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 $this variable work inside the template file in Magento? zendnwar March 18, 2015 In Magento, the template file for each block is ‘included’ by a php include directive durin .. How to show Subcategory Alphabetically in Magento? zendnwar December 27, 2012 Just copy and paste in your page like list.phtml or home.phtml <?php $cats = Mage::getModel( ..