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 speed up Magento? zendnwar April 19, 2013 Please follow the below step: 1. Enable cache Just navigate to System > Cache Managemen .. Which block is responsible for rendering javascript in Magento? zendnwar October 2, 2014 Mage_Page_Block_Html_Head addJs(), addJsIe(), addItem(), getCssJsHtml() ..