Same here. <td id=”cb” class=”manage-column column-cb hidden check-column”>
The .hidden hides the checkbox for selecting all orders in thead. I’m running the same side on the same hosting with identical setup.
It happens on the side where no orders were made before.
Any one from woocommerce team please reply its urgent!!
@amrit Das, check this:
https://github.com/woocommerce/woocommerce/issues/11764
Not sure which plugin conflicts in this case, since it was working for me in the same environment before.
the solution i came with is:
Go into your database
Find wp_usermeta
Search in the meta_key column for “manageedit-shop_ordercolumnshidden”. Check the user ID in the column left to it. If you’re having problems with your admin account, the user ID will be 1. Otherwise you should look further for the right user ID with “manageedit-shop_ordercolumnshidden”.
Click on the left on Edit and change it’s value to a:0:{}
Reload your order dashboard and you’re check-all checkbox should be there.
But do every user do this after woocommerce fresh installation?? THis should be solved by woocommerce team…