Page 1 of 1

multi-currency (Multiple Pricing) - internationalization

Posted: Tue Jul 07, 2015 4:41 am
by rajfnu
I was looking at "ProductOptionsProcessor" and I can see the how Locale is used for getting right Currency for right locale. I was just wondering if it's possible (out of box) to have right Price as well based on locale? Basically Currency Converter? Assuming conversion rate is kept as a constant for a day(e.g. USD to EU = 0.91).

Re: multi-currency (Multiple Pricing) - internationalization

Posted: Mon Jul 27, 2015 4:26 am
by phillipuniverse
Yes, there is an interface for this at CurrencyConversionService that you can establish on thread local via the CurrencyConversionContext and the CurrencyConversionFilter.