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 disable compilation in Magento zendnwar February 7, 2016 It can be done by two: 1. From Magento admin Navigate to System > Tools > Compilation pag .. How to remove decimal price in magento zendnwar May 30, 2016 just need to edit core file of Magento app\code\core\Mage\Directory\Model\Currency.php or you c ..