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 Magento admin panel gives 404 when trying to enter CMS pages zendnwar April 9, 2016 You are getting a 404 on CMS pages because of the remains of old store views still hanging arou .. Disable/ Remove “Estimate Shipping and Tax” Magento 1.9 zendnwar December 9, 2014 We can solve this issue two way. First way : Create local.xml file with below code and upload y ..