Preventing discounts from applying to certain products #1195
ryanmitchell
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there is no way of preventing discounts from applying to items. For example, on our sites we allow a donation to be added to a cart, but if a discount code is present then it takes money off the donation.
It would be great if the getEligibleLines() method in discounts was able to be intercepted (a pipeline maybe) so that we could tell it to ignore certain products.
Beta Was this translation helpful? Give feedback.
All reactions