Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, the PayPal widget to show Pay in instalment require the price value in this format 999.99. So with decimal and without the currency symbol. I tried to insert {{ product.price | money_without_currency }} but the price is shown with "," and not with "." because we are an Italian store. So there is a way to substitute the comma with point?
Thank you
Solved in this way: {{ product.price | money_without_currency | replace:',','.'}}
If it can help,
Francesco
This will not work when the scenario is 1.123,75