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 What is the difference between Authorization, Capture, and Sale? zendnwar March 5, 2015 Authorization You request an authorization when a customer makes a purchase. An authorization .. How to edit, “Thank you for registering with Default Store View” in Magento? zendnwar February 11, 2013 This is very simple. Please follow the step Goto System > Manage Stores > Default Store V ..