-
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
Allow discounts to be limited to product variants #1285
Allow discounts to be limited to product variants #1285
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This reverts commit e1bafcf.
Thanks @ryanmitchell, I like this idea and had a play around and seems to work. After chatting with @glennjacobs we feel this should be targeting |
No problem. Need me to change anything? |
@ryanmitchell I don't think so from initial testing, only thing I was looking at was the nested sub query and whether it could be flattened a bit, but hadn't had a real look. |
This PR adds the ability to limit discounts to product variants with the corresponding UI changes required in the hub. It also adds a new
product variant search
component to the hub.