Wednesday, October 28, 2015

Click on add all product on wishlist direct to a 404 page. This would may only happen for some Magento version.

Solution:

 In \app\design\frontend\my_theme\default\template\wishlist\view.phtml

Add

 url += '&form_key=' + jQuery('#wishlist-view-form input[name="form_key"]').val();
before setLocation(url);

No comments:

Post a Comment

Magento 2 Useful Commands List

Setup Upgrade Using Command Line php bin/magento setup:upgrade Cache Clean Using Command Line php bin/magento cache:clean ...