Remove cart collaterals on cart page
-
Hi, I want to remove all this code (using hooks/filters) on the cart page. How can I do it?
<div class=”cart-collaterals”>
<?php do_action( ‘woocommerce_cart_collaterals’ ); ?>
<?php woocommerce_cart_totals(); ?>
<?php woocommerce_shipping_calculator(); ?></div>
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove cart collaterals on cart page’ is closed to new replies.