Creating a Promo that discounts order total after existing discounts are applied

We are attempting to launch a promo that gives an additional discount of 10% off to EVERYONE on their purchase of 6 bottles or more. We would like the discount to be available to everyone and come off their order total AFTER all other eligible discounts are applied (i.e. Wine club discount, trade discount, case discount, etc…) However, we are finding that the discount is applying to each bottle of wine from the retail price, and not from the already discounted price each category of consumer receives.

Please Help!

So what you are saying is that the discounted price you are getting is

SRP * (1 - (disc1 + disc2))

But what you want is

SRP * (1 - disc1) * (1 - disc2)

Correct?

If so, I’m a little impressed you got this working this far :wink: But maybe the difference between the two doesn’t matter so much?

If you had a $100 order, and a 25% discount followed by a 10%, the first price would be $65 and the second would be $67.50.

Correct, and yes it is not a huge difference. But, is it possible?

I don’t know of a way. It sounds like it would be a coupling option and such a thing doesn’t exist to my knowledge.