How to get data from Magento System Configuration? zendnwar July 30, 2015 Magento 0 Comments <?php Mage::getStoreConfig(‘sectionName/groupName/fieldName’); ?> Related Posts The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. zendnwar September 27, 2012 The server is temporarily unable to service your request due to maintenance downtime or capacit .. How to get actual price and special price of a product in Magento? zendnwar September 18, 2014 It is very simple. // without currency $actualPrice = $product->getPrice(); // with currency ..