> For the complete documentation index, see [llms.txt](https://lezada.docs.hasthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lezada.docs.hasthemes.com/theme-settings/general-settings/multi-currency.md).

# Multi Currency

## Step 1

![](/files/-McxF7oRiffgCLk1u8Sc)

## Step 2

![](/files/-MdMXVjGJK_AKjewzBuC)

## Step 3

![](/files/-MdMbfPW4hp0_hoAxL_2)

## **Currency Store Configuration**

Editing the HTML for currency formatting

1. From your shop admin, go to the [Settings / General](https://shopify.com/admin/settings/general)
2. Scroll down and then you will see a "Standards & formats" block. Find the "Currency" there
3. Select your currency
4. Click "Change formatting"
5. Replace selected text and click Save

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

```http
<span class=money>${{amount}}</span>
```

![](/files/-MdMcEGWDfzqggnsMWxi)

{% hint style="success" %}
[Read More](https://help.shopify.com/en/manual/using-themes/change-the-layout/help-script-find-money-formats)
{% endhint %}
