Discount Codes Feat Req: Exclude Collections

Hey All,

I am sure like many others, we have a discount code that is applicable to the whole store minus a couple of products, it would be much easier to be able to either:

  • Exclude a collection
  • Exclude selected product(s)

It would be great to do this on order discounts (as well as include collections) as well as product discounts.

If we could also make available the remaining discount uses as well in the theme that would be killer.

It would look something like this

Note: Wrong Forum as no idea where to go.

Hi Chris!

At the moment we don’t provide this functionality with our native discounts.
However, it is possible to achieve with Functions using the Discount Function API.

Products can be excluded using hasAnyTag or id.
Collections can be excluded with inAnyCollection.

If you don’t want to build a Functions app, I’m sure there are plenty available in the app store that achieve this :slight_smile:

wow, didnt even know. epic! I guess im building a functions app :slight_smile:

1 Like