-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability to exclude brands, collections, products and variants from discounts #1288
Add the ability to exclude brands, collections, products and variants from discounts #1288
Conversation
This reverts commit e1bafcf.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Any thoughts on this one? |
@ryanmitchell Yeah looks good just want to give it a bit of a spin beforehand and confirm with @glennjacobs :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ryanmitchell had a play around with this and it seems pretty useful, will get it ready for the next release.
This PR extends the 'limitations' area of discounts to also allow items to be excluded from the discount:
For example, this allows you to add a collection or brand, but exclude certain products from that brand.
Requires #1285 to be merged first