Magento – Add to Cart from Wishlist not working

addtocartmagento-1.9wishlist

Maybe something is amiss with my Theme – but when I go into Wishlist and choose "add to cart" next to the item in the wishlist, nothing happens. No error or anything like that. You just click it and nothing happens.

Is this a form-key issue? Add to cart works everywhere else on the site it is just from the wishlist that this does not work. Also the "Add all to cart" function in the Wishlist works perfectly.

Thanks!

add to cart not working
(source: premierlightbulbs.com)

Best Answer

You need to add form key on wishlist add to cart form

<?php echo $this->getBlockHtml('formkey');?>
Related Topic