Display Magento Store Contact Number
To display contact number of magento store, we need to just copy and paste the code given below, where we want.
[php]
Mage::getStoreConfig(‘general/store_information/phone’);
[/php]
To display contact number of magento store, we need to just copy and paste the code given below, where we want.
[php]
Mage::getStoreConfig(‘general/store_information/phone’);
[/php]