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 to get Product ID by SKU in Magento? zendnwar April 12, 2013 This is Very Simple $product_sku = ‘3495E’; // use your own sku number $product_id .. Magento xampp Error: PHP Extension “curl” must be loaded. zendnwar June 30, 2012 On “xampp” you will Have following file to edit: C:\xampp\phpp\hp.ini Open the files one at ..