Change calculation process to calculate prices in groups #665
mattbrailsford
started this conversation in
Ideas
Replies: 1 comment
-
NB This would be a breaking change as we'd need to introduce new pipeline groups and I don't think it will be possible to keep the original groups. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Currently the order calculation process calculates all prices without discounts, and then calculates discounts, however it might be beneficial if we instead calculated prices in groups:
This way, if something like a shipping calculator needs to change it's shipping price based on an adjusted price it can do so.
Linked to issue #616
Beta Was this translation helpful? Give feedback.
All reactions