-
AuthorPosts
-
June 23, 2015 at 3:09 pm #310891
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!
June 23, 2015 at 3:10 pm #310892This reply has been marked as private.June 23, 2015 at 4:00 pm #310941Hello 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!
June 23, 2015 at 5:20 pm #311015thanks 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?
June 24, 2015 at 12:00 am #311231Hi 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,
-
AuthorPosts