cancel
Showing results for 
Search instead for 
Did you mean: 

Qualifying product promotion applying discount to specific products in promo

oscar_san
Explorer
0 Kudos

Hi experts

I'm trying to create a promotion with the following rules:

  • If customer adds to the cart 1 product A and 1 product B, then get 5% in both products A and B.
  • If customer adds to the cart 3 product A and 1 product B, then get 5% in 1 product A and 5% in the product B. The other 2 product A will have the regular price.

Is there any OOTB promotion rule to acomplish this?

I have tried using a simple qualifying products condition and containers, but I'm not able to achieve this.

Thanks

View Entire Topic
adiputera
Active Participant

No. you need to write your own custom implementation by writing new action, or by overriding RuleOrderEntryPercentageDiscountRAOAction if you want to use existing promotion action

oscar_san
Explorer
0 Kudos

Thanks. I'll try it 🙂