Hi Guys,
I have a project where I have to set a discount if the order contains a total number of items of the same product.
The product in question has some Orderline fields that makes possible to personalize each instance of the product.
For this reason, the product can be on separate orderlines on the same order.
What I need to do, is set up a discount if the order has a minimum number of x units of this product.
So far, I could manage to apply the discount only if there are x number of units on the same orderline but not on the whole order.
Any idea how I should set this up?
Thank you,
Adrian