How to convert default currency to others in Magento

Asked: Apr 15, 2023

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);

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!