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 Get Customer Shipping/Billing Address in Magento zendnwar April 23, 2015 <?php $customerAddressID = Mage::getSingleton(‘customer/session’)->getCustome .. What is the difference between Authorization, Capture, and Sale? zendnwar March 5, 2015 Authorization You request an authorization when a customer makes a purchase. An authorization ..