Hello, I have a problem where for all countries the currency is in EUR, can you please tell me how can I have different currencies? Theme is Impact, URL is: https://www.pablopier.com/ Thank you!
Topic summary
Issue: Store shows EUR for all visitors; owner wants different currencies on an Impact theme storefront (pablopier.com).
Key points:
- One suggestion: auto-convert currency based on visitor geolocation rather than a manual dropdown, to reduce friction.
- Another reply notes the store’s code likely isn’t parsing correctly and should switch currency using a country_code value. They request seeing the actual code to diagnose.
Latest update:
- Store owner receives a message referencing Shopify Payments but cannot use it in their country. They use Stripe and ask if Stripe settings must be changed to enable multi-currency.
Unresolved questions / next steps:
- Whether multi-currency can work with Stripe in this setup remains unanswered; clarification on payment provider capabilities is needed.
- Code review is required to confirm the country_code-based logic and identify parsing issues.
Notes:
- Screenshots are central to understanding the Shopify Payments message and current behavior.
- Terms: “country_code” refers to detecting the visitor’s country to conditionally set display currency.
I think it is better to convert currency according to visitor’s geo-location than allowing visitor to select the currency from a drop-down. It’s extra work for visitors.
Hi @PabloPier
It looks like you code didn’t parse correctly, it should change the currency base on the the country_code value. It is hard to tell what is wrong without seeing the code

