I'm having trouble trying to set up the following type of discount, can anyone help?
The problem is:-
Customer adds product_A in to their basket with a quantity of 3. The catalog should give them 30% off for a quantity of 3. The customer then adds another product_A with a quantity of 1. This should charge the normal amount for this particular order line, but what it actually does is discount both product lines, taking 30% from both product lines.
Is there a way to stop the discount working across the whole cart, and just working on each product line?
I also tried working around this with quantity based pricing, but had the same issue.
The problem is:-
Customer adds product_A in to their basket with a quantity of 3. The catalog should give them 30% off for a quantity of 3. The customer then adds another product_A with a quantity of 1. This should charge the normal amount for this particular order line, but what it actually does is discount both product lines, taking 30% from both product lines.
Is there a way to stop the discount working across the whole cart, and just working on each product line?
I also tried working around this with quantity based pricing, but had the same issue.
Comment