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 What is the purpose of each of the fields in the core_url_rewrite table? zendnwar March 24, 2015 – url_rewrite_id: increment id – store_id: id of the related store – id_path: .. How to create Featured product in Magento home page? zendnwar March 23, 2015 Create new Featured attribute Create a new attribute by going to Catalog > Attributes > M ..