cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Cart Price Rule in Magento 2.4 for a combination of products

Creating a Cart Price Rule in Magento 2.4 for a combination of products

I am currently trying to set up a promotion where customers who buy products A,B or C get products X,Y,  or Z for free. Everything is working as intended except for one thing - when a customer buys both product A and B, I would like them to receive two products of X,Y,Z for free.

 

The current setup has the following conditions:

 

Conditions:

If ALL of these conditions are true

  Total items quantity is less than 5

    If all of these conditions are true

      If an item is FOUND  in the cart with ALL  of these conditions true:

        Article number  is one of  X,Y,Z

 

If an item is FOUND  in the cart with ALL  of these conditions true:

   Article number  is one of  A,B,C

     Quantity in cart is 2

 

Actions:
Apply percent of product price discount

Discount amount: 100

max Qty discount is applied to: 2

Discount Qty Step (Buy X): 0

 

If ALL  of these conditions are TRUE :

Article number  is one of  X,Y,Z

 

However, the quantity is currently being calculated as the quantity of the individual SKU, and not as a combination of A,B,C. In other words when I order 2x A it works when I order A+B it does not work.

 

I have also tried using a category for products A,B,C, but the same problem occurs.

I would greatly appreciate any guidance or help on how to set this up correctly. Thank you in advance!

1 REPLY 1

Re: Creating a Cart Price Rule in Magento 2.4 for a combination of products

Unfortunately what you'd like to do is impossible in Magento