Auto Currency Switcher Integration Guide
📖 Auto Currency Converter app helps you target international customers all over the world and increase your global sales. Here is our guide for integration between Auto Currency Converter and Boost AI Search & Discovery app.
On this page
About Auto Currency Switcher
1
App Information
- Auto Currency Switcher detects the customers' countries automatically and displays prices in one's home currency.
- App details: https://apps.shopify.com/auto-currency-switcher
2
Auto Currency Switcher Integration Function
- Display the home currency of price on the product items.
💪 When prices are converted using currency converter apps, the resulting values may include several decimal places. To enhance readability and maintain consistency, we round the prices to a more concise format.
For example, a converted price like $3.134223 may be rounded to $3.13.
How to integrate Auto Currency Switcher with Boost AI Search & Discovery
This feature only works with Boost AI Search & Discovery V2 and above. To find out which version of our app your store's current theme is installed with, please follow this article.
From the 3rd step, it will be different for each version, select one of the options below for the app version that your theme is installed with (if you have not known it, yet, please follow this article to find out):
V2

Filter.prototype.afterRender
if((typeof Currency !== "undefined" && typeof Currency.moneyFormats !== "undefined") || (typeof ACSCurrency !== "undefined" && typeof ACSCurrency.moneyFormats !== "undefined") && typeof mlvedaload !== "undefined" ) { mlvedaload();}

InstantSearchResult.prototype.afterRender
InstantSearchResult.prototype.afterRender = function() { if((typeof Currency !== "undefined" && typeof Currency.moneyFormats !== "undefined") || (typeof ACSCurrency !== "undefined" && typeof ACSCurrency.moneyFormats !== "undefined") && typeof mlvedaload !== "undefined" ) { mlvedaload(); }}
V3
if (window.boostSDAppConfig) { window.boostSDAppConfig.integration = Object.assign({ currencies: 'auto' }, window.boostSDAppConfig.integration || {});}
âš Due to the exchange rate differences between the currencies, it is expected to be minor discrepancy in the product price after the conversion. Therefore, the Price range slider & the search results (Filter) for product prices may vary for different currencies but very insignificantly.
If you encounter any issues during the integration process, please don't hesitate to contact our support team for further assistance at support@boostcommerce.net.