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 .. How to add multi Select value save in Magento from CSV file. zendnwar April 12, 2013 It is Little bit complex. First of all review my code and then customize your own way. $csvFile ..