Dollar amount discount based on quantity & terms?
This seems like it should be easy, but I am banging my head against the wall with an event registration discount:
Here's what I'm trying to accomplish: if a customer adds 2 qualifying registration products to the cart -- e.g., products tagged with a certain term -- they receive a one-time, $50 'sibling discount' off that entire order. It's like an automatic coupon but the user doesn't have to input a code. And when the qualifying products are removed from the cart, the discount is removed.
I'd like this to be done with a price adjustment, rather than dealing adding negative dollar product (-$50) to the cart.
God help me, I think I need a Loop, but not quite sure.
I've seen variations of this question asked all around Stack Exchange--even on this site--but there are never answers. Perhaps not possible in the manner I've described? I've been over and over Randy Fay's videos :)
Anyone done something similar or have a theory? Much appreciated!