Hey Guys, I have a question. How to remove the comma in my price? I have for example “€17,95” and I want “€17.95”. Does anyone have a clue?
Topic summary
A user wants to change their price display format from using a comma (€17,95) to a period/dot (€17.95) as the decimal separator.
Solutions provided:
- Navigate to Online Store settings → General → Store currency → HTML with currency
- Locate the code:
"money_format": "€{{amount_with_comma_separator}}" - Replace with:
"money_format": "€{{amount_with_dot_separator}}" - Screenshots demonstrate the exact navigation path through the Shopify admin interface
- Official Shopify documentation on currency formatting was referenced as an alternative resource
Follow-up question:
Another user asked how to remove decimal separators entirely (displaying “199” instead of “199,95”), which remains unanswered.
Hi @coconzyme ,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello @coconzyme
Please follow the steps in screenshots below.
Step 1:- Go to to your online store settings.
Step 5:-
Change this code
"money_format": "€{{amount_with_comma_separator}}",
with this code
"money_format": "€{{amount_with_dot_separator}}",
Let me know this was helpful and mark the job as completed.
Thanks
Hi @coconzyme
This is Henry from PageFly - Landing Page Builder App
You can change the currency format following these instructions from Shopify:
https://help.shopify.com/en/manual/markets/pricing/currency-formatting
Hope that my solution works for you.
Best regards,
Henry | PageFly
And if you dont want to display a comma or a dot? just like 199 instead of 199,95


