Posts

Showing posts from June, 2013

Add/Remove Product from Wishlist using Ajax in Magento

Hello Guys, There are many custom codes and extension(s) are available on Internet through which we can Add product in "WISHLIST" using Ajax but vice-versa is not available. i.e, we can not Remove product from  WISHLIST  using Ajax.So I have created a custom functionality which works fine for me. Hope this will help some one!! I have extended VS AJAX extension to achieve "Remove Product from wishlist using AJAX".You can find VS AJAX extension @  http://www.magentocommerce.com/magento-connect/vs-ajax-8468.html 1) Download my Attachment  and add it in your respective magento folder structure. 2)   After than Add below code in under your product list page <?php ## Add this in top of your product list page ## $loggedin_cus_id=Mage::helper('customer')->getCustomer()->getEntityId() ; ## Find logged in  sessions user id ## Finding users wishlist ## $wishList = Mage::getSingleton('wishlist/wishlist')->loadByCustomer($loggedin_