Saturday, 15 February 2014

php - Having trouble getting the correct add to wishlist url in magento -



php - Having trouble getting the correct add to wishlist url in magento -

i have written little web service new created products in magento , related info each product, , 1 of info add together wishlist url each product url doesnt seem work when click on add together wish list button rendered every time redirect me login page there missing ? code of webservice , calling via ajax

require_once('../app/mage.php'); mage::init(); $product = mage::getmodel('catalog/product')->load(3); print_r(mage::helper('wishlist')->getaddurl($product));

php magento

No comments:

Post a Comment