To convert default currency to others, select the currency and import currency rates from System-> Manage currency-> Rates.
$convertedPrice = Mage::helper('directory')->currencyConvert($price, currentCurrency, newCurrency);
Answers (0)