Magento – Shopping Cart Price Rule that excludes discounted products

cartpriceshoppingshopping-cart-price-rules

I've created a Catalog Price Rule on some products.
Now, I would to insert a ShoppingCart Price Rule (Coupon) that excludes the products concerned in the Catalog Price Rule.

Example:

Product A initial price: €120
Product A discounted price after Catalog Price Rule: €100
Product B price: €100

If a customer insert both products in the cart and the submit a Coupon Code it must be valid only for product B.

Is this operation possible?

Thank you

Best Answer

I don't think Magento has an inbuilt function to specifically exclude products already on sale through a catalog rule.

When setting up your coupon code rule use this to exclude your Product A (and other on sale products)

exclude SKUs

One other approach is to create a new category (On Sale), which you can easily keep out of the navigation menu if you do not want to display it.

Then place your product A into the category.

When setting up the coupon code rule use this to exclude the on sale category

exclude category

Related Topic