You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: