Home › Forums › WoodMart support forum › Hide shipping address in the cart. Hide shipping address in the cart. This topic has 1 reply, 2 voices, and was last updated 5 years, 8 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 19, 2019 at 6:44 pm #145355 KHParticipant 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. September 19, 2019 at 8:47 pm #145393 Elise NoromitMember 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register