Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can remove the shipping line by going to cart-totals.php and commenting these lines of code:

    <?php if ( WC()->cart->needs_shipping() && WC()->cart->show_shipping() ) : ?>
    <?php do_action( ‘woocommerce_cart_totals_before_shipping’ ); ?>
    <?php wc_cart_totals_shipping_html(); ?>
    <?php do_action( ‘woocommerce_cart_totals_after_shipping’ ); ?>
    <?php endif; ?>

    About reordering tax line and cart total you can take a look into
    woo commerce -> includes -> wc-cart-functions.php

    Regards,
    J

    Thread Starter gdoll47

    (@gdoll47)

    Thanks, I got it worked out!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with Table Cart totals’ is closed to new replies.