Product Price in 1,000s backwards showing Decimal first and comma for cents 1.000,00

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

{{ amount }} 1,134.65

Here is a shopify article that explains this a lot better.
https://help.shopify.com/en/manual/payments/currency-formatting

Hope that helps

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

Show More

@KMS

Show More

You’re welcome, glad things worked out.