Converting comma separated currency to dot separated

Hi there,

the price-decimals on my store are by default separated by comma (e.g. 6,99 €).
Now I need to convert them into dot separated version without the currency icon (e.g. 6.99).

Does anyone know how to do this with liquid filters? I’m stuck! I don’t want to change the base-formatting settings in the store.

Thank you!

Hello @lukaskk

The money filter is what you’re looking for.

https://shopify.dev/api/liquid/filters/money-filters#money

If you’d like further assistance implementing it, please message me.

The prices on my store are ok , but at the check out process I get the Comma, Instead of a dot. Where exactly should i change this?