If your currencies aren't converting on your storefront, it's very likely that a step was missed during your Liquid code installation.
To resolve this issue, please follow the steps below.
- From the Shopify admin, select Settings.
- Under Store currency, select Change formatting.
-
Replace the HTML with currency code with:
Note: The currency symbol and abbreviation must match your currency.
Example: € {{amount}} EUR<span class=money>$ {{amount}} USD</span>
-
Replace the HTML without currency code with:
Note: The currency symbol must match your currency.
Example: € {{amount}} EUR<span class=money>$ {{amount}} USD</span>
- Select Save.