cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

apply the promotion several times according to quantity

0 Kudos
955

Hi all,

I'm trying to configure a promotion rule that will be fired everytime the customer add more than 2 specific category product. But I need to do it several times. For example: the customer add 2 qualifying products on the cart, I will give him X discount. But, if the customer add 4 qualifying products, I will give him 2 times the discount (2.X).

Is there a OOTB way to do it?

Accepted Solutions (1)

Accepted Solutions (1)

vinay_malempati
Active Participant
0 Kudos

The best way is to use Multibuy promotion which will do exactly the same as your requirement, Buy every 2 Phones and get 100$ off. You can find the help documentation for the same here https://help.hybris.com/1811/hcd/16dada79c5b84205961b18611411bfd1.html

0 Kudos

Cool, I got it! In fact, I looked at the "Buy X Get Y" promotion settings and noticed that it uses the container. Then, in my case, I put the container with the category and put the action "Fixed discount on the partner products"

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the maximum rule execution attribute in AbstractRuleModel. If you wish 4 quantities to be taken care of, set the max execution to 2. If you wish 6 quantities, set this attribute to 3 and so on.