Home Forums WoodMart support forum Hide shipping costs on cart

Hide shipping costs on cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78280

    abbeyroo
    Participant

    At the moment, on my cart page unregistered clients see ‘Local pickup’ and the shipping rate set for ‘Locations not covered by your other zones’. This means the only delivery option shown to them is the highest of all the rates, which puts the customer off.

    Setting ‘Hide shipping costs until an address is entered’ under the Woocommerce shipping options is the only way I could think of solving the problem, but this doesn’t work. I’ve tested it from a separate device on a different network, without creating an account, and the shipping costs still show on the cart page.

    What am I doing wrong?

    #78314

    Hello,

    Try this custom code to hide the shipping cost on the shopping cart:

    .shop_table_responsive tbody tr.shipping{
    display:none;
    }

    Add this code to the Theme Settings > Custom CSS. If the code does not work, please provide your site admin access.

    Best Regards

    #78412

    abbeyroo
    Participant

    Thank you.

    #78423

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Hide shipping costs on cart’ is closed to new replies.