Monday 31 October 2011

Magento: Add to cart button every where

Sometime you need to add “Add to cart” button outside the product details view. So, you can’t use
getAddToCartUrl($product)

Don’t worry, you can use this code instead for:
echo Mage::helper('checkout/cart')->getAddUrl($_item)

No comments:

Post a Comment