-
Notifications
You must be signed in to change notification settings - Fork 9.4k
fixed Negative order amount in dashboard - #18754 #19372
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
fixed Negative order amount in dashboard - #18754 #19372
Conversation
Hi @niravkrish. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
There is another fix for this issue proposed: #18780 @niravkrish what do you think about it? |
In that solution he removes discount from the calculation which is already available for calculation in that file. The issue is only to prevent negative amount displayed on the dashboard. I am resolving the issue without changing the default functionality. Like by default total is displayed with discount. |
Hi @orlangur, thank you for the review. |
@niravkrish thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Hi @niravkrish, thank you for your contribution! |
Hi @niravkrish. Thank you for your contribution. |
Fixed issue of Negative order amount in dashboard latest order when order is cancelled where coupon has been used #18754
Description (*)
User place an order with a coupon code, for example 4.95 EUR off then user is going to Cancel the order. After canceling the order nagetive amout is shown at Admin's Dashboard. This pull request resolve this issue.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)