Viewing 6 replies - 1 through 6 (of 6 total)
  • There should be a checkbox to the left of “Order” in the table heading. Consequentially, the table headings are offset one column to the left of the table contents.

    The debug method is to temporarily switch to the 2017 theme and deactivate (not delete) all plugins except WooCommerce. Do you still see the same problem? If not, reactivate one-by-one and check to try to identify which software element is causing the problem.

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Yea, definitely a conflict happening. I’ve seen this a couple times, and it’s always a plugin causing it.

    • This reply was modified 6 years, 8 months ago by Caleb Burks.
    Thread Starter wyatt121

    (@wyatt121)

    Hi,

    I disabled all my plugins. Set my theme to 2017. I still have same error. Any other ideas?

    Wyatt

    It would be possible to achieve the effect using custom css. If you have anything at Appearance > Customize > Addtional CSS, remove it temporarily.

    Thread Starter wyatt121

    (@wyatt121)

    Hi,

    I found the solution to my problem. It is here:
    https://github.com/woocommerce/woocommerce/issues/11764

    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.

    @wyatt121 – Thank you for this!
    It worked perfectly! ??

    Can you please tell me how you figured that weird thing out?
    I mean, I’m new to this so I got no clue how this database setting affects the website layout, but really… How would one come to think that this might be a solution? ??

    • This reply was modified 6 years, 4 months ago by patrickechers.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘order table column display error’ is closed to new replies.