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