-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Cannot give discount on Fixed Product Tax (WEEE) #31278
Comments
Hi @kassner. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
The |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hello @kassner Thank you for your report We Confirm that the issue is reproducible on the latest 2.4-develop. |
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hello @kassner It seems not a bug but an expected result. More details: |
@sdzhepa while I agree for some cases, this render some impossible order scenarios. Stripe, for example, requires a minimum of $0.50 in a payment, so when we try to charge $0.08 for the French WEEE tax, the customer is not able to place the order. My finance department asked me to, if the order is completely free disregarding the WEEE, do not charge it, as, technically, there isn't a sale being made. I don't want to always apply discounts on top of the FPT, but it's important that this can be configured for the legitimate use cases. |
Thank you for your feedback @kassner! I got your point about improvement. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions! |
bump |
✅ Confirmed by @sdzhepa Issue Available: @sdzhepa, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
reponed Still waiting decision from Product Managers team |
Hi @engcom-Echo. Thank you for working on this issue.
|
Hi Thanks for your reporting and collaboration. Steps to reproduce :
Thanks. |
Preconditions
Steps to reproduce
(Off screen: Free Shipping:
For shipments with matching items
).Go back to the frontend, to the cart, and apply your coupon;
Verify that the order still has $0.99 left to be paid;
Expected result
$0.00
;Actual result
Additional info from Engcom
Also reproducible if Fixed amount discount for whole cart is set in Cart Price Rule Actions

Rechecked with a simple Tax Rule. The Coupon discount is applied for the whole Cart, including the Tax
The discount is not applied only for FPT
The text was updated successfully, but these errors were encountered: