I am working with Magento 1.8.1. I created a promotion that applies when the basket contains a product in the category list. This promotion is working fine.
Then I add the requirement to apply the discount only to items in this list of categories. The rule stops working.
If I remove this requirement, then the rule will work again.
The list of categories is exactly the same. The difference is that in the first case, the rule applies if at least one product is from this list of categories, but the discount applies to all products. In the second case, the discount applies only to products in these categories.
The rule that I set to "apply only to relevant elements" is as follows:
if ANY | ALL of these conditions are TRUE (tried with both): category IS | IS ONE OF (tried both) list of category identifiers
The same condition in the "conditions" section works fine.
What am I doing wrong?
source
share