Closed franek8080 closed 5 months ago
hi @franek8080 thanks for reporting this issue 🙏 this doesn't appear to be an issue related to the CLI. themes don't dictate what currency is shown, it seems this is controlled in "markets" settings. find more information about that here: https://help.shopify.com/en/manual/markets/pricing/set-up-local-currencies
This was the first place I checked. And if that was the case there would be identical currency for local link and for online link for theme development. However local link served showed PLNs while online link served GBPs. So there was difference in served currency depending on local or shopify URL for theme development.
No fix for that?
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
The http://127.0.0.1:9292/ should serve currency set in Shopify CMS.
Actual behavior
The http://127.0.0.1:9292/ shows PLN (my local currency) instead of GBP (shop currency). The theme external link displays the currency correctly. Local link doesn't.
Verbose output
Reproduction steps
Operating System
Ubuntu 20.04
Shopify CLI version (check your project's
package.json
if you're not sure)3.60.0
Shell
GNOME Terminal
Node version (run
node -v
if you're not sure)v18.20.1
What language and version are you using in your application?
No response