echo Mage::getModel('catalog/category')->load($this->getProduct()->
getCategoryIds($_item->getProductId()))->getName();
This is the code to get category name in cart page
getCategoryIds($_item->getProductId()))->getName();
This is the code to get category name in cart page
No comments:
Post a Comment