Wednesday, 2 April 2014

How to resize product/custom image in magento


$_product = Mage::getModel('catalog/product')->load($_product->getId());
 <img src="<?php echo Mage::helper('catalog/image')->init($_product ,'image')->resize(224,299) ?>" />

No comments:

Post a Comment