• Resolved stonez

    (@stonez)


    Hi,
    At my order-received(thankyou) page, there’s a table displayed order meta and the HTML as below
    These are a plugin named “Checkout Field Editor” added in the code.

    <table class="woocommerce-table woocommerce-table--custom-fields shop_table custom-fields">
    <tbody><tr><th>shipping_city:</th>
    <td>Northern</td></tr>
    <tr><th>billing_city</th>
    <td>South area</td></tr>
    <tr><th>Contact:</th>
    <td>+222 1930401861</td></tr>
    </tbody>
    
    </table>

    How do I hide this table? I tried to add CSS:
    .woocommerce-table woocommerce-table--custom-fields shop_table custom-fields{display: none;}

    Where should I place this CSS? Is this the correct way to add CSS?

    Thank you,
    Stonez

    • This topic was modified 4 years, 10 months ago by stonez.
    • This topic was modified 4 years, 10 months ago by stonez.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Without a url it’s hard to assist you since most checkout thank you pages are all different.

    dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hi @stonez

    As this table is created via another plugin and not the core WooCommerce plugin, I’m going to mark this thread as Resolved.

    Please do reach out directly to the plugin author or support team.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide a table at “thankyou” page’ is closed to new replies.