-
Notifications
You must be signed in to change notification settings - Fork 156
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 paragraph about manual discount deletion in combination with vouchers #1399
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
0f11e07
to
d045876
Compare
d045876
to
44b7297
Compare
44b7297
to
ef062e9
Compare
### Manual discounts with vouchers | ||
|
||
Manual discounts take precedence over vouchers, overriding them when applied. However, this does not entirely dissociate the voucher from the order. | ||
For example, if the manual discount is removed, the system reevaluates the voucher code associated with the order. |
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.
Wouldn't be good to be more explicit here?
What does reevaluates
mean here? Does it mean, that the same voucher amount will be assigned back to the order? Or will the voucher amount be calculated based on the current order (like staff user modified lines/shipping method which changed the prices)?
Does the reevaluation
use de-normalized values assigned to the order? Will the flow be the same when voucher instance exists/was deleted in the meantime?
This PR adds paragraph about manual discount deletion in combination with vouchers