How currencies are determined
Currencies are automatically set based on the shopper’s country. Shoppers can also adjust the currency during checkout by updating the ship-to country.
Testing different currencies
To preview how a landing page appears in a different currency, you can add the ?locale=xx-xxx parameter to any URL.
⚠️ Important: This parameter is for testing only. Using it in production will cause a currency mismatch during checkout.
Example URL:
https://getflightpath.io/offer-01?locale=es-eur
(Format: country code – currency)
After refreshing the page, you’ll see the internationalized version.
Example flow:
Redirects to Landing Page →
https://getflightpath.io/offer-01/?locale=es-eur
Supported currencies
Currency | Code |
US Dollar | USD |
Canadian Dollar | CAD |
Euro | EUR |
Pound Sterling | GBP |
Australian Dollar | AUD |
New Zealand Dollar | NZD |
Polish Złoty | PLN |
Notes:
Currency codes are case-sensitive.
To test both currency and language, you can combine parameters:
https://getflightpath.io/offer-01/?locale=es-eur&lang=es
⚠️ Reminder: This is for testing only. Do not use in production.
