magento get store configuration

Posted by Damodar Bashyal on April 29, 2013

 

How to get Magento system configuration value?

It's easy:

Mage::getStoreConfig($path, $storeCode) // $storeCode is not required

for example you need to get value set for store phone number from system config:

More»

QR Code: magento get store configuration