How to get data from Magento System Configuration? zendnwar July 30, 2015 Magento 0 Comments <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> Related Posts safari browser add to cart does not work in magento zendnwar February 7, 2016 Updated the the cookie lifetime in the admin console from 3600 to 86400 and this fixed the logi .. Magento search result with full breadcumb admin January 10, 2017 It is very simple. Just alter with following code, file location /your_theme/template/page/html ..