2
votes

I am currently having an issue with setting up a shopping cart rule in Magento CE 1.6.1, we have configurable products set up with simple products underneath them, we are currently trying to set up a shopping cart rule to say that if there are 4 products from one category apply a discount.

Currently to get this to work, we have to set the qty rule in Magento to 5 or greater. This works if all 4 products are the same, however if you use different products then you need to up the qty by 1 each time in the back end of Magento.

I assume that this is due to the fact it is adding the 4 simple products and then is adding the one configurable product. Is there a way to stop this so it only looks for the simple products?

2

2 Answers

0
votes

You can't get product type in cart rule, I feel you should create new attribute for configurable or simple products and use that attribute as condition in shopping cart price rule.

0
votes

There was an answer here that might help you:

The configurable subproducts were all Visibility 'not individually visible' so I could filter on this property to solve the problem.