Magento – Discount for category and its subcategories

catalogcatalog-price-rulescategorydiscount

For example I have:

Mobile -> Apple
Mobile -> HTC
Mobile -> Nokia

I want to give 5% discount for all product in these categories.

Is there any way to do it without creating a catalog price rule for each of them without explicit list?

Best Answer

If it would be acceptable to write a single rule then you can simple do this using the condition:

Is One Of

This will allow you to select multiple options for a single product attribute. In this case you can selected more than one category.

The following screenshot should help:Is One Of Condition

Related Topic