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 call all static page in Magento? zendnwar April 3, 2013 If you want to show all static pages in Magento Menu or any Landing Page. Just below Code copy .. Important functions list in Magento zendnwar February 10, 2014 General Related functions $this->getRequest()->getServer(‘HTTP_REFERER’); Product rel ..