Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storefront Currency and Product Money Format #873

Open
bonesclarke opened this issue Sep 16, 2024 · 3 comments
Open

Storefront Currency and Product Money Format #873

bonesclarke opened this issue Sep 16, 2024 · 3 comments

Comments

@bonesclarke
Copy link

I have a website that uses the BuyButton.js and it directs users to specific stores based on geographical location. I have it all working such that the store changes along with the price of the products which are set to the local currency of the specific store. IE. if a user is in the US, they pay in USD and if in Britain, they pay GBP. The issue I am running into, however, is that the product price format will not change to the currency of the store and keeps defaulting to '${{ amount }}' even though the store's products are in GBP. I have modified the moneyFormat property to try and pull in the proper currency from the store but it either shows no format using just '{{ amount }}' or it just defaults to '${{ amount }}'. Is there a way to get this fixed so that it formats the prices as per the currency formatting settings within the storefront?

@bonesclarke
Copy link
Author

Image
I want the price to show up as per these settings.

@jamesholidaycountdown
Copy link

See this issue:
#826

Shopify does not seem to give a crap about this. They could have fixed it already, and it should have been something they considered a requirement for day-1 feature anyway.

@jamesholidaycountdown
Copy link

And this also:
#677

From 5 years ago. Fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants