• Resolved SolutionsDEV

    (@solutionsdev)


    I have searched a lot on this topic and found too many solutions, but they are all including woocommerce setting are not providing the correct solution.

    I want to completely hide or remove shipping from cart, all the solutions mentioned above remove selection or values, but I want to remove all the row including any borders and the word shipping.
    Also, if this removed, there is no meaning to have subtotal and total so I need in this case total only without shipping charges.
    Shipping will only be calculated in checkout page.

    How possible is this? Is there any code snippet or CSS that I can use?

    I’d also suggest that they would be selectable options to hide each of the rows in either cart of checkout pages in a future release of woocommerce.

    Appreciate help from anyone who can.

    Thanks and regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    Hi @solutionsdev,

    It looks like you want to completely redesign how that bit of the cart page is displayed.

    In order to do that, you’re going to need to override the templates that are responsible for displaying the relevant information on the cart page.

    The documentation here covers the WooCommerce template hierarchy, as well as, how to go about overriding a template in a manner that is safe for updates – https://docs.woocommerce.com/document/template-structure/

    Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

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

The topic ‘Completely Remove Shipping from Cart’ is closed to new replies.