Showing posts with label Retrieve Magento Core Configuration data. Show all posts
Showing posts with label Retrieve Magento Core Configuration data. Show all posts

Wednesday, 15 July 2015

How to get data from System Configuration Magento


How to get data from System Configuration Magento

You can get the SectionName, GroupName and FieldName in etc/system.xml file of your module.

<?php echo  Mage::getStoreConfig('Section/Group/Field'); ?>