Excluding certain product SKUs from order discount

Michael Ollinger asked on August 25, 2017 21:19

I want to create a order discount with the capability of excluding certain SKUs from also being discounted, but I also don't want the order to be disqualified from receiving the discount because one of the excluded SKUs is part of the order. A product coupon won't work because I need the value of the order to cross a certain threshold before it is eligible for a discount.

Can someone help me write an order discount rule to achieve this?

Thanks in advance!

Recent Answers


Trevor Fayas answered on August 26, 2017 16:10

order discounts have a shopping cart context, so you should be able to pull off what you want to do by looping through the cart items and adding the values if they aren't part of your excluded skus.

can you give specifics? what sku numbers or sku guids do you need to exclude and what threshold do you need to reach? then I can write you the macro.

0 votesVote for this answer Mark as a Correct answer

Michael Ollinger answered on August 28, 2017 15:27

In this particular case, I need to exclude SKU #PROMOABMS1 for orders totaling over $50. Thanks for the help!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.