All Topics
Problem with sorting WooCommerce orders by date / order_date
We had a problem sorting WooCommerce orders, because your plugin once activated changes the “date” field to be “order_date”.
This causes issues with the orders being shown out of date order – I don’t think order_date is valid.
I edited line 136 of /admin-columns-pro/classes/sortable/classes/post.php and changed ‘order_date’ to just ‘date’ this has fixed the issue.
Can you please make sure in your next update you make this change too? Otherwise it will break for me again.
Thanks
Shaun

