How to get data from Magento System Configuration? zendnwar July 30, 2015 Magento 0 Comments <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> Related Posts How to call a .phtml file in magento cms page ? zendnwar November 14, 2012 How to call a .phtml file in magento cms page? {{ block type=”catalog/product_list” .. How to delete Image cache in Magento programatically ? zendnwar February 6, 2014 Just copy and paste use following code: Mage::getModel(‘catalog/product_image’)-> ..