Hi,
Is it possible to use the product name including the chosen options in the wishlist, just like i am indicating here on the Ajax add to cart form ?
Thanks,
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Could you send us your site url, admin and FTP accounts (forum link as well) via email: [email protected]?
We would like to have a check.
You have to hook and insert code into the module, which you install to have the popup after click on Add to Cart
You can take reference in file: commerce_add_to_cart.tpl.php (in folder md_orenmode/template/form) - This is the form Add To Cart in product detail page
Hi Cindy,
I am not sure if you understood me correctly, but what i need is the wishlist items to show the productname and product options together.
For example "Benedict Handy" should be shown as "Benedict Handy (Yellow, XL)" (options are Yellow and XL).
The AJAX add to cart is working fine.
But thanks for the suggestion anyway, because i might need this hook to insert product suggestions to the AJAX popup :)
To illustrate what i mean, the options chosen here are somehow saved in the wishlist, but not visible in wishlist when displayed :
By default, you can only see the module like that when showing popup.
You need to hook into the module to add more options. Or in case this module can create views, you should find a way to edit views in order to show fields according to what you want. We have only a little experience with this module but maybe our suggestion can help you.
Hi, i managed to add the size and color options to the wishlist items with these changes :
Issue closed