Currency switcher

It’s common for websites to have a currency switcher for displaying prices in different currencies. Setting up this currency switch in both Autocomplete and Search is straightforward but you need to add some custom code. The key requirement is to have the selected currency information available on the frontend—this information could be stored in a meta tag, cookie, or JavaScript variable... Once you have that, you can configure the currency switch directly in the Autocomplete/Search setup.