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 Product flat data reindexing problem in Magento. zendnwar June 6, 2013 A table in MySQL has a limitation of 65535 bytes of overall row length. It may severely limit t .. How to Disable Magento Multi Address Checkout zendnwar October 22, 2014 It is very simple. Just open checkout.xml Line number may be 58. <!–block type=” ..