We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ApplicationDomain.MATCHING_ARTICLES
ApplicationDomain "apply to any item in the basket that matches this condition" (and other items are not discounted unlike ApplicationDomain.BASKET)
ApplicationDomain
ApplicationDomain.BASKET
This allows you to discount product groups without having to select a specific item.
Addition / observation: scope_article is not required if you use ApplicationDomain.ARTCLE, but the discount is still not applied.
scope_article
ApplicationDomain.ARTCLE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ApplicationDomain
"apply to any item in the basket that matches this condition" (and other items are not discounted unlikeApplicationDomain.BASKET
)This allows you to discount product groups without having to select a specific item.
Addition / observation:
scope_article
is not required if you useApplicationDomain.ARTCLE
, but the discount is still not applied.The text was updated successfully, but these errors were encountered: