Shopify themes, liquid, logos, and UX
Hello.
Currently my currency selector force customers to select their country. In EU there are 26 countries but on my shop you can only select between two currencies. I would appreciate if my selector only give the customers the option to choose between pricing in EUR or DKK.
I have already created a separate Market for Denmark and Euro Zone. Thanks in advance.
To simplify your currency selector and only allow customers to choose between EUR and DKK, you can customize the currency selector in your Shopify theme. Here's how you can do it:
Go to the Theme Editor:
In your Shopify admin, navigate to Online Store > Themes, and click Customize on your active theme.
Edit the Code:
Restrict the Available Currencies:
Modify the code to limit the currencies to only EUR and DKK.
Example:
<select name="currency" id="currency-selector">
<option value="EUR">Euro (EUR)</option>
<option value="DKK">Danish Krone (DKK)</option>
</select>
Update JavaScript (if needed):
If your currency selector dynamically generates options, locate the relevant JavaScript file (often in assets) and filter the options to include only EUR and DKK.
Test the Selector:
Preview your store and test the currency selector to ensure it only displays EUR and DKK.
Since you've already set up separate markets for Denmark and the Euro Zone, the currency selector should ideally reflect this without showing unnecessary options. If your theme uses Shopify's native Markets API for currency detection, this adjustment may already align with customer geolocation.
If you're not comfortable editing the theme code, you can use an app like Geolocation by Shopify, which allows you to set region-specific currency preferences.
Hello, @Magnus_
Go tot the Online Store >> Search Bar >> You can download app Libautech: Currency Converter then you can add these countries in your store.
Thanks!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024