• Resolved maipiusenza

    (@maipiusenza)


    Hi, I need to remove the list of products from the chechout page.
    I know that I can do it by css:

    .woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table tbody {display:none;}

    but, as I have I have hundreds of products, I would like to not have all that useless code in the page and remove it programmatically, leaving only the totals (stored in the <tfoot> of the table).

    Is it possible?
    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter maipiusenza

    (@maipiusenza)

    sorry, found by myself adding to the child theme and editing woocommerce/templates/checkout/review-order.php

Viewing 1 replies (of 1 total)
  • The topic ‘Remove checkout review order table’ is closed to new replies.