Promotion rule on item total does not include possible discount #4601
loicginoux
started this conversation in
New Features or Ideas
Replies: 1 comment
-
This is a kind of gray question. Really depends on the shop owner I think, however I would think that ideally eligibility should be calculated after all other promotions are applied. |
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
-
Steps to reproduce
expected behaviour
We expected item total rule to be calculated on the final price price the user see on his cart. He does not seem logical from its point of view if we tell him "you get free shipping after 50$" and he see the promo applied even if its cart is at 30$.
We actually changed the
Spree::Promotion::Rules::ItemTotal#eligible?
method in our app and calculate eligibility after all promotions applied (on line item and order).If you think that this behaviour must be kept in a per app basis, you can close this issue.
System configuration
Solidus Version:
2.4
Beta Was this translation helpful? Give feedback.
All reactions