Skip to content

Exclude products from Cart price rule in Magento 2.3

We are facing an issue with a store that sells bottles.
The bottles are always packed in bundles of 12 and the customer gets a rebate depending on the number of bundles he orders (12, 24 or 36).
The store also has Bundled products which are pre-packed bundles of 6 bottles.

When the customer orders f.e. 24 individual bottles he gets a rebate. But when he adds a pre-packed bundle to the cart the amount in the cart is 25 and the rebate is not given. But it should be given for the 24 bottles.

In the conditions I can only access the number of all products in the cart and not the number of products of a category or attribute what would solve the issue.

Any idea out there how to solve this? Thanks!