# Multi-Currency

If you are selling in multiple countries then a single campaign can support multiple currencies. Add currencies to your campaign and choose the display settings for live pages and autoresponders. Also choose to send each currency to the gateway or to always send the campaign base currency.

Currency prices can be calculated from the campaign base currency using exchange rates and the currency configuration described in the first 2 sections of this article.  Currency prices can also be fixed values as described in the last section of this article.

{% hint style="info" %}
Exchange rates always use yesterday's closing rate.  Up-to-the-minute exchange rates are not fetched at time of sale (either new sale or rebill).
{% endhint %}

* [Add Currency](#multi-currency-addcurrency)
* [Edit Currency](#multi-currency-editcurrency)
* [Currency Prices](#currency-prices)

***

## Add Currency <a href="#multi-currency-addcurrency" id="multi-currency-addcurrency"></a>

Navigate to CRM -> Campaigns. Edit the campaign that needs currencies. Choose the Currencies tab on the left-hand menu. Use the dropdown to select the needed currency. Click the green **"+"** **button**.

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

## Edit Currency <a href="#multi-currency-editcurrency" id="multi-currency-editcurrency"></a>

Navigate to CRM -> Campaigns. Edit a campaign that contains currencies. Choose the Currencies tab on the left-hand menu. Click the blue **“Edit”** button on the appropriate currency.

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

Enter the following:

* **Alignment** - Location of the currency symbol
* **Decimal Character** - Choose comma or period to be in the decimal place, the opposite will be in the thousands place
* **Decimals** - Number of decimal places in the currency
* **Rounding** - Decimal amount to round to after exchange rate and conversion fee calculations. This always rounds up. For example, if the value after exchange rate calculation is 45.37 and Rounding is set to 95, the price will be rounded up to 45.95. Cannot be modified for the campaign's base currency.
* **Conversion Fee** - Add a percentage after exchange rate calculation and before rounding. Cannot be modified for the campaign's base currency.
* **Send this Currency to the Gateway**
  * Checked - Send the transaction to the gateway in this currency instead of the campaign base currency. This is required if using Rounding or Conversion Fee. This is also required for the base currency. The transaction will be stored in this currency, so customer service agents will see this currency viewing order details. Refunds will occur in the transaction currency.
  * Unchecked - Display live pages and autoresponders using the currency options. Send the transaction to the gateway in the base currency. The transaction will be stored in the base currency, so customer service agents will see the base currency viewing order details. Refunds will occur in the base currency.

{% hint style="info" %}
When editing a currency, there is a display example at the bottom of the window.
{% endhint %}

Click "**Update**" when you are done.\
\
Have customers in different countries using different currencies?  To show relevant currencies on your Checkout Champ pages, use our [Currency Selector](/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/page-building-tips/currency-selector.md).

{% hint style="info" %}
Rounding and Conversion Fee are done prior to VAT calculations.
{% endhint %}

{% hint style="warning" %}
There is a By Currency tab on the Order and Transaction Summary reports. This will accumulate totals by the currency sent to the gateway. Other tabs on those reports do not properly accumulate multiple currencies.
{% endhint %}

### Currency Prices

Currency prices may be manually entered.  This requires that the currency is setup on the campaign and that **Send this Currency to the Gateway** is checked on the currency.  This is optional.  Entering a price will override the currency configuration settings for that currency (there will be no rounding, fee, etc).

A few other considerations:

* The campaign base currency is not entered here.  Prices in the campaign base currency are entered on the variant or campaign product using standard functionality.
* Shipping prices and Compare-At-Price are not able to enter fixed prices at this time.  Those values will continue to be converted based on currency configuration.
* It is acceptable to set a fixed price for one currency and let the configuration control other currencies
* It is acceptable to set a fixed price on one or more billing cycles of recurring product and let the configuration control other billing cycles

When editing a campaign product or a variant, look for a <mark style="color:green;">**green**</mark> currency button.  Press that button to open an entry window for each relevant currency.

{% hint style="warning" %}
The Prices By Currency button is only visible when using the new layout for the Campaign Product configuration page. Press the button at the top of the page labeled 'Try the New Layout' to see it.
{% endhint %}

<figure><img src="/files/qO5zeXVXRe1jTMnEfwK8" alt="" width="375"><figcaption><p>Campaign Product</p></figcaption></figure>

<figure><img src="/files/82JDDpwfs5NpCoEOEnxC" alt="" width="375"><figcaption><p>Variant</p></figcaption></figure>


---

# 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://help.checkoutchamp.com/crm/crm-setup/campaign-setup/multi-currency.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.
