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 Common mistake in Magento zendnwar April 24, 2013 Create a custom theme don’t modify core Magento theme files instead. Understand the package .. Programmatically remove order in Magento admin September 19, 2016 <?php require_once ‘app/Mage.php’; umask(0); Mage::app(); Mage::register(‘ ..