Customer canceled order has status update only in details page and items. but at table list is still pending.
You didn't really give us clear details but based on my understanding of what you wrote, have you tried running a reindex?
Hello @estombo773b1a7
Ensure that when a customer cancels an order, the order status is correctly updated to reflect this change. The status should be changed to "Canceled" or a similar status that indicates the order has been canceled.
You can check this by viewing the order details page in the admin panel and verifying the order status.
Check customizations: If your Magento instance has customizations or extensions that modify order statuses or the order grid behavior, review those customizations. Ensure that they are correctly handling canceled orders and updating the order grid accordingly.
For Debugging: Enable developer mode to see if any errors are logged that could be related to the issue.
php bin/magento deploy:mode:set developer
Check the Magento logs (var/log/*) for any relevant error messages.
Hope it helps !
If you find our reply helpful, please give us kudos.
A Leading Magento Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.
WebDesk Solution Support Team
Get a Free Quote | | Adobe Commerce Partner | Hire Us | Call Us 877.536.3789
Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | Adobe Commerce Partner | Hire Us | Call Us 877.536.3789
Location: 150 King St. W. Toronto, ON M5H 1J9
@estombo773b1a7
Hey,
In which table you are get pending status?? can you describe your problem clearly with the table name and screenshot?