-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
You can refund a 100% discounted shipment #252
Comments
Yep, same issue. The promotions on shipping are not considered. with
also you need in your templates overwrite the Hope it helps :D |
This PR was merged into the 1.0-dev branch. Discussion ---------- Fixes #252 and partially fixes (3rd point) #110 Commits ------- 4fa49c6 [Behat] Add scenario for refunding shipping cost with promotion applied b80aafa Refund shipping cost with promotion applied d5b8b63 [Behat] Add scenario for refunding shipping cost with 100% discount applied a874a70 Fixes according to static analysis
context
At our webshop we have a promotion rule to discount the shipment of an order 100% if the order amount is above 30,-.
I noticed at the refunds menu, one can actually refund the full shipment costs even though it was 100% discounted.
I also checked if other promotions are being considered, which worked fine. So this seems specific to the shipment.
Reproduction
versions
The text was updated successfully, but these errors were encountered: