How to get data from Magento System Configuration? zendnwar July 30, 2015 Magento 0 Comments <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> Related Posts Explain class naming conventions and their relationship with the autoloader zendnwar March 23, 2015 Magento was developed based on the Zend Framework, so the rules of class naming in Magento were .. 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 ..