Using the currency convertor

Our custom version of this feature was removed in favour of Shopify's own Multi-Currency and Multi-Language features.

The versions below will not need this guide:

  • Motion v4.7+
  • Impulse v2.7+
  • Streamline v2.0+
  • Expanse v1.0+
  • Fetch v1.0+

Before Shopify launched their own built-in multi-currency feature, our themes included their own that allowed customers to see what products will cost in their local currency. In order to set this feature up, you will need to make some changes to your currency formatting.

You'll need to adjust your currency format in the Shopify admin area, specifically under Settings > General > Store currency (at the very bottom).

Click on Change formatting on the right side.

Then change the format of the first two fields to the following:

<span class=money>${{amount}} USD</span>.

Change the currency as you see fit, it's the span tags that are really important.

Shopify has an official guide for doing this that you can find here if you need a more thorough walkthrough.

 

Note: if you have switched your price formatting to omit decimal places by using {{ amount_no_decimals }}, you will need to switch back to {{ amount }} for the currency conversion to perform accurately.
Impulse support Motion support Streamline Support