Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #310891

    ketanbhalla
    Participant

    First wanted to say that our transition to 4.0.3 has been a lot smoother than expected – thanks for all the hard work up front!

    One issue we had was in our WooCommerce checkout page. Since the update, our order shows the total weight in Kg. We never had this displayed before and we’d like to remove it.

    Could you please let us know how to remove this?

    I will provide URL in a private reply.

    Thanks in advance!

    #310892

    ketanbhalla
    Participant
    This reply has been marked as private.
    #310941

    Rupok
    Member

    Hello There,

    Thanks for posting in! Unfortunately your given credentials not working. However you should get the option on woocommerce options. If you can’t find it then you can hide it by adding some custom CSS through Appearance> Customize > Custom > CSS

    .cart_totals {
       display:none!important;
    }

    Hope this helps!

    Cheers!

    #311015

    ketanbhalla
    Participant

    thanks for the prompt response!

    That seemed to remove the “Proceed to checkout button” as well as the weight.

    Is there a way to ONLY remove the “Total Weight” line?

    #311231

    Friech
    Moderator

    Hi There,

    Sorry about that, are you using an custom checkout/cart page? Because Im not seeing that “Total weight: 0 kg” on my local dev. And it was weird because it was not wrap by and html tag. Would you mind providing us FTP credentials so we could have a closer look?

    Thanks,