how to add decimals (,00) to price over €1000 on cart page ( cart-line-items)

how to add decimals (,00) to price over €1000 on cart page ( cart-line-items)

Was the Liquid ‘money’ filter added to the price properties?
Hi @michelle012 !
To do this, you’ll need to make sure your store’s currency formatting is using the correct value.
First, go to your store’s settings.
In order for the decimal value to appear separated by a comma, you’ll need to make sure that the values within the double braces are both “amount_with_comma_separator”. This is the filter applied to the price value. You can find out more about the other price filters in this help article.
After that, you’ll need to save your changes. You should now be able to see the price with decimals, separated by a comma as shown in the screenshot below.
I hope this helps!
If my response helped you, please consider giving it a like (
) and marking it as an accepted solution if it resolved your issue. Your feedback helps other community members with similar questions.
Regards,
Matthew from Swym
hi there, thankyou for your response. I tried your solution and the only problem is that is changed the currency of the whole site. I try to have the checkout price with decimals and the rest of the store without decimals.
yes. the money filter is applied.