Selling multi currency without Shopify Payment

Hello

I would like to sell in multicurrency

I have set up my different markets but do not want the country name to appear in the selector - only the currency

please advsie

https://yoga-spirit-mauritius.myshopify.com/

rtewth

1 Like

Hi,

You can use a currency converter app like Bold Multi-Currency or similar, which will help you display only the currency name or code without showing the country name.

they no longer exists :disappointed_face:

Hi @TBS2023 ,

You can use another currency conversion app like Nova: Multi Currency Converter

If you prefer to use the current app you are using itself. Then you can follow the steps below to hide the country.

Step 1: Go to the edit code section

Shopify Backend-> Sales Channel-> Online Store->Three dots near the active theme customize button-> click on the edit code

Step 2:

Search for base.css, global.css or theme.css in the search bar

If these files are not found you can open the theme.liquid file

Add this code at the end of the opened file

.disclosure__list-wrapper.country-selector .disclosure__item .country {
display: none;
}
.disclosure__list-wrapper.country-selector .disclosure__item .localization-form__currency {
opacity: 1;
}

If you are writing in theme.liquid then wrap them in a style tag and add it the bottom of the file like this :

Hope this solves your issue
If it does, please like it and mark it as a solution!

Regards,
Sweans

thanks - it worked i the dropdown but not in the header…title

also - i have Euro multiple times!?

The euro appearing multiple times might be due to different countries using the EURO currency. To avoid confusion, you could use this Shopify app: https://apps.shopify.com/auto-currency-switcher-1 . It offers a free currency selector with country flags instead of country names.

Additionally, it seems the previous currency switcher has been deactivated, which is why I can’t resolve the header issue you mentioned.

I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

If you have a Stripe account and want to accept payments multi currency with many payment methods, try that solution https://community.shopify.com/c/payments-shipping-and/multi-currency-checkout-in-the-uae/m-p/2833298/highlight/true#M93283

1 Like