diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

evaluations but ("," or ".") #70

Closed altermontrealist closed 7 years ago

altermontrealist commented 11 years ago

Hi, I love the kit, but had a bug with evaluations giving me a incorect value because of a "," instead of a "." ; could it be a locale issue?

removed it for now...

pigletto commented 11 years ago

how to reproduce this issue?

realefab commented 11 years ago

I do not know if the problem is the same, but using the Italian locale the product overview page started using the comma instead of the point in the price column and this broke the behaviour of the page because it saved all the prices to 0. I fixed it using this expression: product.price|floatformat:'f' in the products_inline.html template.