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 disable compilation in Magento zendnwar February 7, 2016 It can be done by two: 1. From Magento admin Navigate to System > Tools > Compilation pag .. How to get a custom SQL query result in magento zendnwar December 17, 2012 How to get a custom SQL query result in magento $qurey = Mage::getSingleton(‘core/resourc ..