Showing posts with label Magento Set Base Currency. Show all posts
Showing posts with label Magento Set Base Currency. Show all posts

Sunday, 26 June 2011

How To Set Magento Base Currency Programmatically

open index.php on root and paste the code
Mage::app()->getStore()->setCurrentCurrencyCode('USD');

just above this code

Mage::run($mageRunCode, $mageRunType);