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 show programmatically category and subcategory from Admin site in Magento? zendnwar May 10, 2013 To show pro grammatically you can display all category and subcategory. Some times it is very i ..