Hi,
We have an issue in 9.2.16, where Orderline Discounts are being miscalculated:
- It's a US website with taxes (no VAT)
- The discount is an orderline discount for 20% if order price is >=30$
- The discount is activated taking the taxes into account (product price + tax)
- The discount is only calculated for the product (not the taxes)
So for example:
- Product price = $100
- 15% Tax = $15
- Discount of 20% = $20 (100*20%) when it should be $23 (115 * 20%)
Can you repro this?
Nuno Aguiar