We have a webshop on Odoo 8. We are in Canada. So, we like the prices displayed in the format xxx,xx $ (with a comma, not a dot).
Actually, the prices are well formatted in the shop. Except for these cases :
- On a product page, as soon as a product as variants, his price is displayed with a dot, not a comma;
- In the cart, all the prices have a comma until we click on - or + (subtract or add a product). At this moment, the dot comes back.
So, our conclusion is that as soon as the javascript/jquery is used, the price is not well formatted.
Somebody would have a link or a patch to fix the javascript/jquery in the Odoo 8 website_sale module?