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 data from Magento System Configuration? zendnwar July 30, 2015 <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> .. Magento Fatal error: Call to a member function setStoreId() on a non-object in /app/code/community/Magestore/Bannerslider/Block/Adminhtml/Bannerslider/Edit/Tab/Form.php on line 32 zendnwar November 6, 2012 Magento Fatal error: Call to a member function setStoreId() on a non-object in /app/code/commun ..