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 Mage_Core_Block_Template in Magento zendnwar March 18, 2015 The most important feature of this type of block is of course that you can asign it a template .. getBaseUrl – Magento URL Path in Magento zendnwar April 23, 2015 <?php // http://domainname.com/ echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB); ..