When creating discount in the matrix we have three options:
Order Discount (Inclusive)
Order Discount (Exclusive)
Orderline Discount (Exclusive)
We have multiple Orderline Discounts on products and groups which works fine and if a product has more than one discount it will take the highest, according to advanced setting.
However we also need a threshold discount which should kick in when value of basket is above a specific amount. We have been trying to use all discount types but none have worked the way we want it to.
When using Orderline Discount (Exclusive) the threshold is on Orderline level and we need it to be on orderlevel
When using Order Discount (Inclusive) the threshold works correctly but unfortunately it aggregates with Orderline discounts
When using Order Discount (Inclusive) same as above but changes which discounts are calculated first.
What we need is a discount with a threshold on order total amount and doesn't aggregate with orderline discount. Is this possible?