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.

0 comments:

Post a Comment