Home › Forums › WoodMart support forum › shipping shipping This topic has 3 replies, 2 voices, and was last updated 1 month, 2 weeks ago by Hung Pham. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 9, 2024 at 1:01 am #603543 mahnazParticipant How can we deactivate the shipping calculator on our website? We don’t want to show the shipping method or shippimg price in bill , in checkout ,….. , and we don’t want to display free shipping either. We only want to remove it. October 9, 2024 at 2:42 am #603544 mahnazParticipant Hello, with this code, we remove the shipping information from the checkout page, but I also want to remove it from the order completion page. tr.shipping { display: none; } Attachments:You must be logged in to view attached files. October 9, 2024 at 5:47 pm #603819 mahnazParticipant Hi again , would you please login and help me to solve this issue, i try a lot ! thanks October 10, 2024 at 7:33 am #603908 Hung PhamKeymaster Hello mahnaz, Thanks for reaching to us. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: table.woocommerce-table--order-details.order_details tfoot tr:nth-child(2){ display: none; } Regards, Author Posts Tagged: shipping Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register