Yes, customers can independently choose the currency for displaying prices. Conversion occurs at the rate that can be set manually in the settings or left empty for automatic updates by the platform's built-in tools. Currency selection is done via the GET parameter «setting_shop_currency».
Available values: BYN, EUR, KZT, PLN, RUB, UAH, USD.
You can insert a currency selection menu using a short code:
{HOTENGINE-SC:currencymenu:BYN|EUR|KZT|PLN|RUB|UAH|USD}
For correct menu display, you need to connect a ready-made style by adding the following line to your CSS file:
@import url(/templates/styles/css_hotengine_currencymenu.css);
Or you can create your own style for the elements.
Important: to activate this function, be sure to enable the «Change currency by visitor» option in the «Settings — Store, Currency and Payment» section.