> For the complete documentation index, see [llms.txt](https://uxsmart.gitbook.io/velare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxsmart.gitbook.io/velare/help-and-faqs/change-currency.md).

# How do I change my store currency?

### What you are seeing <a href="#what-you-are-seeing" id="what-you-are-seeing"></a>

Your prices show in the wrong currency, or every visitor sees the same currency no matter which country they are in. Customers abroad then have to convert prices in their head, which is one of the most common reasons a cart is abandoned.

### Why it happens <a href="#why-it-happens" id="why-it-happens"></a>

* **The store currency was left at the default** chosen when the Shopify account was created.
* **You have only one market.** With a single market, everyone sees one currency. Showing local currencies requires a market per region.
* **Shopify Payments is not set up.** A market cannot be given its own currency until Shopify Payments is active.

Pick the section below that matches what you need.

## 1. Single currency <a href="#single-currency" id="single-currency"></a>

Use this when you sell to one country, or you want every customer to pay in the same currency.

{% hint style="success" %}
**Steps:**

1. From your Shopify admin, go to **Settings > Store details**.
2. In the **Store currency** section, select your new store currency from the list.
3. Click **Save**.
   {% endhint %}

*Result:* every price on your storefront is shown in the new currency.

<figure><img src="/files/ilUWkPwB0PyAakPOKclU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/IfFf2urVt4R8p8CHGUOQ" alt=""><figcaption></figcaption></figure>

## 2. Multi-currency <a href="#multi-currency" id="multi-currency"></a>

Use this when you sell into several countries and want each visitor to see prices in their own currency.

{% hint style="info" %}
To sell in multiple currencies you need the [**Geolocation**](https://apps.shopify.com/geolocation) app by Shopify, which gives visitors a country and currency selector and suggests the right one for them.
{% endhint %}

### Step 1: Install the Geolocation app <a href="#step-1-install-geolocation" id="step-1-install-geolocation"></a>

{% hint style="success" %}
**Steps:**

1. Install the [**Geolocation**](https://apps.shopify.com/geolocation) app by Shopify.
   {% endhint %}

*Result:* the app appears under **Apps** in your Shopify admin and can show the country selector on your storefront.

### Step 2: Add a market <a href="#step-2-add-market" id="step-2-add-market"></a>

{% hint style="success" %}
**Steps:**

1. Go to **Settings > Markets**.
2. Click **Add market**.
3. Name the market and pick the countries it covers.
   {% endhint %}

*Result:* the market exists, but still uses your store currency.

### Step 3: Set the currency for the new market <a href="#step-3-set-currency" id="step-3-set-currency"></a>

{% hint style="success" %}
**Steps:**

1. Go to **Settings > Markets**.
2. Click **Manage** on your new market, then open **Products and pricing**.
3. Select the currency for this market.
4. Click **Save**.
   {% endhint %}

*Result:* visitors in that market see prices in the currency you selected, converted from your store currency.

{% hint style="info" %}
You must set up [Shopify Payments](https://help.shopify.com/en/manual/payments/shopify-payments) before you can give a market its own currency. Until then the currency field stays locked to your store currency.
{% endhint %}

<figure><img src="/files/EX3121kPQ0765wTZuy6U" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/npjX1WuPBMeX8rwnuXCS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jxGJuMBZDHhmTbeBtxTb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tEo3uBJhQlJYoEV5XWj7" alt=""><figcaption></figcaption></figure>

### When to contact support <a href="#when-to-contact-support" id="when-to-contact-support"></a>

Contact support if the currency is correct in your Shopify admin but the storefront still shows the old one after a hard refresh, or if a price is formatted oddly in the theme (missing the symbol, wrong decimal separator, or the currency code shown twice). Which currencies are available, and the conversion rates behind them, are decided by Shopify rather than the theme.

Send this with your first message:

* Your store URL, and the URL of a page showing the wrong price.
* The country or market you were browsing from.
* A screenshot of the price as you see it, and of your **Settings > Markets** configuration.
* Theme name and version: **Vélare 1.0.0**, shown under the theme name in **Online Store > Themes**.
* A [staff account](/velare/help-and-faqs/staff-account.md) for the support team.

### Related pages <a href="#related-pages" id="related-pages"></a>

* [Currency format](/velare/set-up-your-store/currency-format.md): how the price itself is written on the storefront
* [Theme translation](/velare/help-and-faqs/theme-translation.md): the language side of selling to more than one country
* [Staff account](/velare/help-and-faqs/staff-account.md): how to give the support team access to your store


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://uxsmart.gitbook.io/velare/help-and-faqs/change-currency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
