Remove checkout review order table
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Remove checkout review order table’ is closed to new replies.