Change Currency depending on Page URL /eu /us /ca

Is there any addon, or simple free way to change the currency shown for products depending on the page language, which is indicated through different URLs (site.com/eu/… OR site.com/us/…)?

Thanks.

Hi @syesep

If you’re using “Shopify Payments” this free theme can do it. My review HERE

There is also few apps in the app store that should be able to do it. Just have a quick search of the store.

Cheers

Clayton Bates

Hi @syesep

We have no direct this functionality but you can enable multi currency on your store and then mange domain wise by Js code.

You can check this doc

Thanks for the info,

I do not know how to us JS. Would be nice if someone could paste the code.

My website is https://lonkame.com and i would like different currencies for urls /ru, /uk

Thanks

Yes - with most themes you can append the currency to your URL:

This will load the page in USD

www.domain.com/?currency=USD

Be sure to use the right currency code. You can find the list here: https://shopify.dev/api/storefront/2022-07/enums/currencycode