Home Forums WoodMart support forum Hide shipping address in the cart.

Hide shipping address in the cart.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #145355

    KH
    Participant

    Hi, shipping/billing address shows in the cart. How can hide it and show only the shipping method? For example if this is free, it would show in the cart it’s free. If it’s charged, it would show the amount.

    #145393

    Hello,

    Woocommerce does not allow to hide the shipment cost in the shopping cart depending on the shipment method.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.woocommerce-cart .woocommerce-shipping-totals{
    display:none;
    }

    This code would hide the shipment in the shopping cart for all the methods.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)