-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Magento 2.2.3: SALES > ORDERS [Status] GRID not updating, all new orders stuck at "Processing" status #14406
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
@terrybakshi , thank you for your report. Did you create a custom order status with the Complete label? If not, how did you change the status to "complete", because by default order receives status "complete" automatically after shipment as been created? |
yes the order was auto complete after the shipment was created and tracking number was added. That changed the order status in invoice to comeplete but in grid its still showing processing. |
@terrybakshi , thank you for your report. Preconditions Steps to reproduce
Notes: |
Hello, |
@magento-engcom-team magento-engcom-team May i know what is the best practice for not really a big store we have a small store with 500 to 600 products, should we set the indexing in index management to ON SAVE or ON SCHEDULE. Thanks |
@terrybakshi , please refer to the Community Forums or the Magento Stack Exchange site for advice or general discussion about this question. |
@magento-engcom-team, Preconditions: Steps te reproduce:
Expected result: Actual result Can confirm that the status is updated in the sales_invoice table but not in the sales_invoice_grid table. |
@magento-engcom-team Could you give any status updates? |
@magento-engcom-team give me 2.2.4 instance |
Hi @okorshenko. Thank you for your request. I'm working on Magento 2.2.4 instance for you |
Hi @okorshenko, here is your Magento instance. |
#mhlej18 |
@pascalckunz thank you for joining. Please accept team invitation here and self-assign the issue. |
@rrybakshi, thank you for your report. |
Have a similar issue in Magento ver. 2.2.5. When using a Mass Order Actions extension to process multiple orders, pressing ship creates shipments but status change is delayed by 5-10 minutes. Can anyone offer any advice on how to resolve this issue? |
We are closing this issue due to inactivity. If you'd like to update it, please reopen the issue. |
Uh oh!
There was an error while loading. Please reload this page.
After migrating from 2.2.2 to 2.2.3, SALES > ORDERS grid does not update order statuses.
It does updates the status on the invoice, but not on the sales order grid. Now, we are unable to do accurate sort or filter by status.
This issue is not cache related, I successfully tried to clear, flush, re-indexed, restart the server.
Also, I looked in database and found sales_order table has "complete" status, but sales_order_grid still has "processing" status with the same entity_id. Even after manually changing value to "complete" in sales_order_grid, it is still showing "Processing" at the admin "UI".
Preconditions
Magento 2.2.0
PHP 7.0.24
NGINX
Steps to reproduce
Go to: [#260----] ORDER VIEW > Notes for this Order > and set status to "Complete".
After submitting status shows "Complete".
Go to: SALES > ORDERS grid
Expected result
SALES > ORDERS [Status column] where order #260 should be "Complete"
Actual result
SALES > ORDERS [Status column] where order #260 still shows as "Processing"
The text was updated successfully, but these errors were encountered: