By default, recommender is compatible with Shopify's internal multi-currency feature. We'll automatically convert product prices based on selected currency.
On top of that, we also support the following currency conversion apps:
Need to integrate other Shopify currency conversion apps?
In order for us to integrate, we'll need more information from the currency conversion app developers. Thus, we need you to email the developers and get back with us for the following details.
To: Currency Conversion App Developer - Can you provide us with the Javascript API or method to reconvert all prices
on page?
- Our price element follows the general convention of
wrapping it like `<span class="money">$75</span>`.
This is required because sometimes currency conversion apps converts prices before our product recommendations gets rendered. By knowing their Javascript API to reconvert, we can execute the conversion after product recommendations has been rendered.
Use callback to reconvert prices
An alternative is to use onRecommendationRendered callback to execute reconvert when recommendation has been rendered.