# Multiple Currencies

{% hint style="info" %}
We have 3 options for currencies: **Shopify multiple currencies**, **Multiple currencies** and **Automatic Currencies**. Please don't choose all 3 options at the same time because it can make other functions not work.

Don't combine Shopify payment with others as well. You can choose one of 3 options **OR** combine Multiple Currencies with Automatic Currencies.
{% endhint %}

![](/files/ikxmlyRTgqnE4ildMrLL)

## How to edit the HTML for Currency formatting?

1. From your Shopify admin, go to **Online Store** **->** **Settings**.
2. Scroll down to **Store currency** area, you'll see your **Currency** settings.
3. Click **Change formatting** to open the **Currency Formatting** section.
4. Find **HTML with currency** and **HTML without currency** formats in the section.

HTML for Currency Formatting

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

Email for Currency Formatting

```
${{amount}}
```

![](/files/5wtlDGwhXqsUx80ewg6m)

{% hint style="info" %}
**Remember**: We set up USD as the default currency. If you use another currency, please replace it with the corresponding one. In addition, please enter correct currency formatting, otherwise it'll cause issues related to other functions like "**Add To Cart Function"**, for example.
{% endhint %}

## Multiple Currencies and Automatic Currencies

Bonnita Theme supports **Shopify multiple currencies** as well as theme built-in currency features. Please follow our instructions below to set up currencies for your site:

### S**hopify Multiple Currencies**

This feature is only available for stores using Shopify Payments. Please follow instruction of Shopify to enable Shopify Payments. For more information, see [How to enable Shopify Payments](https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/setup).

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Multiple Currencies.**
4. Turn on "**Enable Shopify Payments**".

![](/files/WWQGLGatblNxsalE4KZR)

### **Multiple Currencies**

This feature is a built-in feature of Bonnita Theme which allows you to show multiple currencies on your sit&#x65;**.**

{% hint style="info" %}
This option will not have automatic currency feature by location
{% endhint %}

1. From your Shopify admin, go to **Online Store** **-> Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Multiple Currencies.**
4. Turn on "**Enable** **Multiple Currencies**".

![](/files/VjH2qMDkjTQY73LVWA2t)

### A**utomatic Currencies**

This feature is a built-in feature of Bonnita Theme which allows your customers to see the item price on their own currency. When you enable this feature, currency selector on your site will be disabled, customers will see price in their currency by location.

{% hint style="info" %}
At checkout page, currency will be the default currency of your store
{% endhint %}

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Multiple Currencies.**
4. Turn on "**Enable Automatic currency**".

![](/files/3f9M1SjsLtNWJbHDpgS8)

{% hint style="info" %}
Automatic currencies by GEO location for a group of currencies you want: This feature is the combination of **Multiple Currencies** and **Automatic currencies** above. It will help you allow your customers to see the product price in their currency within a group of currencies you want and set up in theme setting.
{% endhint %}

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Multiple Currencies.**
4. Turn on both of these options: "**Enable Automatic currency**" and "Enable **Multiple Currencies**".

![](/files/FWNOFxV8fJhclrnsmGhG)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://halosoft.gitbook.io/bonnita-documentation/theme-settings/multiple-currencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
