KMS
June 28, 2021, 4:30pm
1
Hi I’m using warehouse theme and when we put in price €1,968.50 it shows as €1.968,50.
Its being entered as 1968.50 but the decimal goes to where the comma should be after the number 1
The decimal and comma are backwards. Maybe someone can tell me is this a simple fix?
It looks like it could be a locale related issue. Check your corresponding *.json file in the locale folder and see if you can find a price or separator that’s causing this.
Hi @KMS ,
Sorry about that!
Currency formatting can differ from theme to theme…
Please check your CURRENCY FORMATTING and make sure they are set as
Here is a shopify article that explains this a lot better.
https://help.shopify.com/en/manual/payments/currency-formatting
Hope that helps
KMS
July 2, 2021, 1:02pm
4
Hi Farouk-dev this worked perfectly thank you very much
Went to > Settings >General>Store Currency>Change Formatting and it was default set to {{ amount_with_comma_separator }}
Changed to {{ amount }} and works now thank you