-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Coding error in tax details #30376
Comments
Hi @hanaks. 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 |
Already reported here: #30094 |
Hi @engcom-Alfa. Thank you for working on this issue.
|
Duplicate of #30094 |
It appears that there is an error happening in the Magento sales module when trying to display the tax information for orders that have been placed using the Nets payment gateway module. The error message states that there is an error in the file "vendor/magento/module-sales/view/adminhtml/templates/order/totals/tax.phtml" and that "An error has happened during application run. See exception log for details." It seems that this issue is caused by the fact that the tax classes in the order have the same code, "Mva lavMva Høy", which is causing the issue in displaying the tax information. To resolve this issue, you should check the tax class configuration and make sure that the tax classes have unique codes. Alternatively, you can also contact the developer of the Nets payment gateway module for further assistance. |
Preconditions (*)
Magento version 2.4.0
Steps to reproduce (*)
https://tech.dibspayment.com/easy/webshop_modules/magento2
https://tech.dibspayment.com/easy/test-information
Expected result (*)
No error.
Actual result (*)
Order details in backend doesn't fully generate.
There is an error in bottom, after which there is no more output:
<tr id="rate-An error has happened during application run. See exception log for details.
The error happens in vendor/magento/module-sales/view/adminhtml/templates/order/totals/tax.phtml
Here is dump of $_fullInfo variable in that file:
Order printing is affected too, error is in different file. I didn't test invoice, creditmemo, shipment and printing of these.
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
The text was updated successfully, but these errors were encountered: