My Currencies Aren't Converting on the Storefront

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.

  1. From the Shopify admin, select Settings.
  2. Under Store currency, select Change formatting.

    Change Formatting

  3. 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>

    HTML with currency

  4. Replace the HTML without currency code with:

    Note: The currency symbol must match your currency.

    Example: € {{amount}} EUR

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

    HTML with currency

  5. Select Save.
Was this article helpful?
0 out of 0 found this helpful