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

Customer tax gets added to tax excluded products in category and product views #194

Open saulih opened 9 years ago

saulih commented 9 years ago

Hi, I can't reproduce this bug in getlfs.com demo installation, but in LFS 0.10.2 it seems to occur. I'm creating a US-style web store where prices don't include taxes, so all products' "Price calculator" is set to "price excludes tax".

Customer tax still gets added to product price in category product list and product view, however in portlets (such as "featured item") it shows correctly without tax.

LFS is version 0.10.2, Django 1.8

Screenshot of the issue in action, notice same item in left side portlet showing correctly tax-free price: lfs_taxbug

Update: I was able to reproduce same behaviour in getlfs.com demo store after changing item type to configurable