2Dec/101
Resize A Magento Product Image
Here is a quick snippet that lets you resize a product image (and in this case, set it's url as a variable) when you are writing code outside the media.phtml file:
$thumbnail_image_url = Mage::helper('catalog/image')->init($product, 'image')->resize(235,235);



December 14th, 2010 - 01:59
“Nice post thanks for sharing this.”