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 add review form in product details page custom tab in Magento zendnwar February 12, 2015 Please add below code in your local.xml . This file system for Magento EE. <catalog_produc .. How to Error enable in Magento? zendnwar May 10, 2013 It is very simple and very important for coder. just Edit your index.php file with below code. ..