Home Forums WoodMart support forum shipping

shipping

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

    mahnaz
    Participant

    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.

    #603544

    mahnaz
    Participant

    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.
    #603819

    mahnaz
    Participant

    Hi again , would you please login and help me to solve this issue, i try a lot !
    thanks

    #603908

    Hung Pham
    Keymaster

    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,

Tagged: 

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