Selling multi currency without Shopify Payment

Selling multi currency without Shopify Payment

TBS2023
Shopify Partner
254 1 25

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

 

 

 

Replies 6 (6)

Small_Task_Help
Shopify Partner
830 28 74

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.

To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
TBS2023
Shopify Partner
254 1 25

they no longer exists 😞

Sweans
Shopify Partner
429 88 125

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

 

Sweans_0-1721221698145.png

 

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 :

Sweans_1-1721221728958.png

 

 

 

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

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

TBS2023
Shopify Partner
254 1 25

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

also - i have Euro multiple times!?

Sweans
Shopify Partner
429 88 125

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

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

losikim
Tourist
8 0 16

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...