First of all, in Magento you have both order states and order statuses. You can add custom order statuses and assign them to an order state.
All orders have an order status that is associated with a stage in the order processing workflow. The status of each order is shown in the Status ...
BTW direct database table changes are not recommenced. It you are doing nay changes for testing.. then have you changed order "state" as well ...
Merchant-focused documentation for both Magento Commerce and Magento Open Source.
are missing the request updating the 'sales_flat_order_grid' table.
To complete Magento 2 order status changing, go to Orders in your admin panel. Then read on the guide to see how to create custom statuses and make it ...
Table of Contents
The Magento store has a set of predefined order status and order
There are no way to delete the custom order statuses from Magento admin but you can delete it from Database tables sales_order_status ...
Order updates in Magento 2 are tracked via Materialized Views, where Codisto LINQ subscribes to order updates. Any changes made in the subscribed tables ...