How to get data from Magento System Configuration? zendnwar July 30, 2015 Magento 0 Comments <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> Related Posts Track Visitor’s Information in Magento zendnwar April 23, 2015 <?php $visitorInfo = Mage::getSingleton(‘core/session’)->getVisitorData(); pr .. How to create cms pages dynamically zendnwar January 10, 2013 Here is code for CMS Pages dynamically…. $magentoCms = array( ‘title’ => & ..