Best practice for implementing custom discount rules? #4045
Unanswered
hirale
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using a third-party extension for custom discount rules that utilizes the
salesrule_validator_process
event. However, we would like to know if there are best practices for implementing such rules.For example, we aim to apply a 20% discount to the four cheapest products in the cart, with a maximum discount quantity of six for the entire cart.
Would adding a custom simple action be a good idea?

Beta Was this translation helpful? Give feedback.
All reactions