For all my magento product images i am getting the image from the cache url.How to disable it and make my product images to use the original url?
I have tried with the below code in my /public_html/dirname/app/code/core/Mage/Catalog/Helper/image.php file but its not supporting.
Mage::getModel('catalog/product_media_config')->getMediaUrl($_product->getImage());
Exactly where i need to use the code. or else suggest some solution to overcome this issue.
Its work for me.open list.phtml file locate this code line no. notepad++ 133
repalce with this code
it only for grid mode you can change for list mode also and product details page medai.pthml file only change on this file src tag
src="<?php echo Mage::getModel('catalog/product_media_config')->getMediaUrl( $_product->getSmallImage()); ?>"