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 Current user name in Magento? zendnwar April 18, 2013 It is very simple. $username=$this->__(‘Welcome, %s!’, Mage::getSingleton(‘ .. How to Error enable in Magento? zendnwar May 10, 2013 It is very simple and very important for coder. just Edit your index.php file with below code. ..