Showing posts with label magento set base currency through code. Show all posts
Showing posts with label magento set base currency through code. Show all posts

Wednesday, February 17, 2010

magento set base currency through code

Use this code in your magentoRoot/index.php

Mage::app()->getStore()->setCurrentCurrencyCode('USD');

Write this code before Mage::run();

Note: The currency code you gave above must be set in magento admin in currency setup module.