How Can We Help?

Multiple currencies Setup

Follow bellow steps for work Multiple currencies on your store

  1. From your Shopify admin, go to Settings > General.
  2. In the Store currency section, Click on Change Formatting.
  3. Find the HTML with currency and the HTML without currency formats:

    Update these fields

    HTML With currency to –> <span class=money>${{amount}}USD</span>
    HTML without currency to –> <span class=money>${{amount}}</span>

  4. In each text field, copy and paste <span class=money> in front of the formatting text.
    Note: Do not put quotation marks around the word money in the span tags. Adding quotes will break the code.
  5. Click Save.