Promos rules, can I apply one rule OR the other?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Promos rules, can I apply one rule OR the other?

HugoCerdeira
Hi everyone,

I'm trying to make a promotion, where there are a fair bit of rules, and I want to activate one and only one of the rules, as if the rules had the operation OR between them, is this possible?

Rule1-> conditions = false, don't execute the actions.
Rule2-> conditions = true, execute the actions
Rule3-> don't do anything since rule2 already was true.

Thanks!