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.
In this article
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.
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 || {}); }