Showing posts with label Get value from System Configuration Magento. Show all posts
Showing posts with label Get value from System Configuration Magento. 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'); ?>