How to delete Image cache in Magento programatically ? zendnwar February 6, 2014 Magento 0 Comments Just copy and paste use following code: Mage::getModel(‘catalog/product_image’)->clearCache(); Related Posts How to migrate Magento Website from local server to live server zendnwar October 22, 2013 Consider you are familiar with database creation user assigning and and import database from lo .. Magento search result with full breadcumb admin January 10, 2017 It is very simple. Just alter with following code, file location /your_theme/template/page/html ..