Okay
  Public Ticket #2876819
Cart function
Closed

Comments

  • cla031029 started the conversation

    How can i remove or hide the shipping fee on "grand total" , and how can i change the free shipping into other words on "grand total"? I have already close the shipping method on woocommerece. Thank you.

  •  605
    WordPress replied

    hello,

    You can go to Appearance -> Customize -> Advanced -> Custom Css -> Enter CSS

    .shop_table .cart-shipping {
        display: none;
    }


  • akhoreas replied

    Hello,

    Is there any other way to change that ?


    Thank you.

  •  605
    WordPress replied

    Hello,

    If you don't want to add Custom CSS, I need to custom code when you need to pay.