-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Can't cancel the order #4567
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
Comments
Hi @werdlv , |
@NadiyaS there isn't much to add really - simple product, any of standard shipping, payment option. I am not able to reproduce it on 2.0.7 |
@werdlv , |
hi @werdlv , try to check if that can be the problem. It's a normal behaviour. cheers! |
I've been able to reproduce it in 2.1.7 and have recorded it as an animated gif here: Magento 2 Issue – Can’t Cancel Orders |
@franciskim Did you get an answer on your problem. Having the same issue on my install as well. It is also a 2.1.7. |
Still happening. Magento 2.2.0 If it helps any. |
Also facing the same issue. When tried to cancel the order from the Mass action, Magento throws below error: -- SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails ( When tried to cancel the order from the order detail page, showing below error: Temporary solution: Please look into this and resolve it. Thanks. |
@sarfarazbheda, could you provide more details? Which Magento version do you use? How did you set up cart price rules? Please provide verbal description or at least screenshots. |
Hi @engcom-backlog-andrii. Thank you for working on this issue.
|
@magento-engcom-team give me 2.3.0 instance |
Hi @engcom-backlog-andrii. Thank you for your request. I'm working on Magento 2.3.0 instance for you |
Hi @engcom-backlog-andrii, here is your Magento instance. |
@magento-engcom-team give me 2.2.7 instance |
Hi @engcom-backlog-andrii. Thank you for your request. I'm working on Magento 2.2.7 instance for you |
Hi @engcom-backlog-andrii, here is your Magento instance. |
@sarfarazbheda, thank you for details that you provided. Unfortunately, I was not able to reproduce it on 2.3.0. |
@magento-engcom-team give me 2.2.0 instance |
Hi @LiamKarlMitchell. Thank you for your request. I'm working on Magento 2.2.0 instance for you |
Hi @LiamKarlMitchell, here is your Magento instance. |
@magento-engcom-team How can I add a processing status to the order and partial payment? |
I've recently had the same issue on 2.2.7 when a promo rule was applied and the order was in processing status, deleting the value in the sales_order table as suggested by @sarfarazbheda fixed it but of course, should be fixed the issue in the code. |
HI @elioermini this is expected behavior, if you have order in status processing, please do the credit memo. |
@engcom-backlog-nazar looks like this issue has been fixed here, thanks #19230 |
MC-16684: Shipping Calculation In Cart Does Not Always Load Correctly
It happened in 2.3.3-p1 too. The order had invoice and the invoice was in pending mode. I could cancel the invoice then the "Cancel" button was populated for that order. Then I hit the cancel button then the above error thrown. In
Upon checking the Also, I see that 25 does exist in |
Steps to reproduce
Expected result
Actual result
There is no button or anything else to cancel item(s) ordered. How should order normally be cancelled?
The text was updated successfully, but these errors were encountered: