• Resolved ralphvanbouwel

    (@ralphvanbouwel)


    Hi

    I have a problem with the ‘My account – My orders’ page.
    In the table with an overview, the order date field is blank.

    I’m afraid this is caused due to another plugin or piece of code, but I don’t manage to fix it.

    It’s not a problem to me that the order date is not visible here, but that blank column is quite stupid. Is there any way to just delete or hide this column?

    You can find a screenshot of the issue here.

    Thanks in advance!

    Ralph

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there Ralph,

    The best solution would be to narrow down what is causing the issue with the blank date field. You could do that by performing a conflict test: try temporarily disabling all plugins except for WooCommerce, and switch back to a default theme like Storefront. After that, check to see if the issue is gone. If that resolves the issue, then re-activate your theme first, and then plugins one at a time until you find the one that’s causing the conflict.

    You can read more about conflict testing in our Self Service Guide here:
    https://docs.woocommerce.com/document/woocommerce-self-service-guide/

    To avoid affecting your customers, you could do this on a test/staging site. If you don’t have one already, your hosting company might offer one as part of your package. Alternatively, you can use a free plugin like WP Staging for quickly creating a new test site.

    On the other hand, if you just wanted to hide the column, you should be able to do that with the following CSS (unless your theme or another plugin is changing things from default):

    
    .woocommerce-orders-table__header-order-date, 
    table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-date {
      display: none;
    }
    

    You can add that to the “Additional CSS” section of your Customizer (Appearance > Customize).

    Thread Starter ralphvanbouwel

    (@ralphvanbouwel)

    Hi

    Great, the CSS did the thing.

    Many thanks!

    Best regards

    Ralph

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Account – My Orders: blank order date column’ is closed to new replies.