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 show stock status in shopping cart in Magento zendnwar February 13, 2015 It is very simple. Please add a <th> Stock Status </th> filed in default\template\c .. How to remove decimal price in magento zendnwar May 30, 2016 just need to edit core file of Magento app\code\core\Mage\Directory\Model\Currency.php or you c ..