After loading the product using the load () function, you can use the following in your code:
$imageUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'catalog/product' . $product->getImage(); $imageCacheUrl = Mage::helper('catalog/image')->init($product, 'image')->resize(135,135);
If you need a different cache size, use different numbers for the resize method.
mpaepper
source share