I have in LFS07.2 set up a costumer taxe (VAT) and a product with product taxe and for_sale == True and a for_sale_price.
In category_products View, the standard_price is without VAT and the for_sale price with VAT.
In the product view, both price are with VAT.
Perhaps, it's a bug, I discovered by random, because my aim is to view all price without VAT (for a BtoB web site). I replaced get_price_gross by get_price_net ligne 82 in product_inline.html, for view product.
How can do for the same for category_products View ?
In addition, I have to add VAT on shipping price. In the cart or the order, VAT on shipping price must be added to VAT on product price.
lfs_tags.py and now, I have all my view without VAT.
About VAT in shipping price, we can add same rate in a product taxe and link it to the shipping method. The button choice of the price calculator in this shipping method has no effect, it is always computed as 'price included taxe'. So, we have no Total exluded Taxe in the cart and the order. I must check but this Total exc. VAT is mandatory in invoices in most european countries.
Regards
Pierre