How to get data from Magento System Configuration? zendnwar July 30, 2015 Magento 0 Comments <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> Related Posts Which block is responsible for rendering javascript in Magento? zendnwar October 2, 2014 Mage_Page_Block_Html_Head addJs(), addJsIe(), addItem(), getCssJsHtml() .. How to call a .phtml file in magento cms page ? zendnwar November 14, 2012 How to call a .phtml file in magento cms page? {{ block type=”catalog/product_list” ..