> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/coin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/coin/readme/automatic-currency-conversion.md).

# Automatic Currency Conversion

Once you've downloaded Coin, you will need to adjust some settings before the app starts automatically converting prices. Follow the steps below to do this.

1\. From your Shopify admin dashboard, navigate into the **Settings** tab,

2\. Scroll down to the **Store Defaults** section, then navigate to the **Change currency formatting** settings text to show the formatting options.

<figure><img src="https://1987721514-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0C0Y7FNvXgpR8EBpeTlQ%2Fuploads%2Fgit-blob-5b79261fc134bb88d3d5d20aa19a563fb2c66bdb%2Fcoin_changecurrency_AS.png?alt=media" alt=""><figcaption></figcaption></figure>

3\. Adjust both HTML with currency and the **HTML without currency** fields by adding the following code.

Insert this line of code **before** your store's currency:

```html
<span class=money>
```

Insert this line of code **after** your store's currency:

```html
</span>
```

<figure><img src="https://1987721514-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0C0Y7FNvXgpR8EBpeTlQ%2Fuploads%2Fgit-blob-88dca837eab3b5d0f2a321bba731e0a45d813e1e%2Fcoin_currencysettings_AS.png?alt=media" alt=""><figcaption></figcaption></figure>

**Note**: The currency symbol and abbreviation should match your base currency. (e.g. USD = $, EUR = €, JPY = ¥)

4\. Save your changes.

### Preview your store in a different currency

1\. From the **Apps** page, navigate into the **Coin** dashboard.

2\. Using the **Preview** feature, select the country that you would like your store to display with that country's local currency.

3\. Click on the **Preview** button.

<figure><img src="https://1987721514-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0C0Y7FNvXgpR8EBpeTlQ%2Fuploads%2Fgit-blob-946e05458aa68e51b0d141253ee80503981135db%2Fcoin_preview_as.png?alt=media" alt=""><figcaption></figcaption></figure>
