Good Morning
I would like to know how I could remove shipping estimate message on cart table. This appears on the cart page below the shipment. Is there any way to remove it?
Regards, and thank you very much
This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Good Morning
I would like to know how I could remove shipping estimate message on cart table. This appears on the cart page below the shipment. Is there any way to remove it?
Regards, and thank you very much
Hello,
Have you checked Shipping options of WC ( Woocomerce > Settings > Shipping).
Regards
Thank you,
I’ve already looked at Woocomerce> Settings> Shipping, and there’s no way to make the phrase “shipping estimate for …” stop coming out on the page, or at least I do not know where to disable it. Is there any other way to do it?
Hello,
Please add this code in Theme Options > Custom CSS > Global Cusstom CSS:
.woocommerce-cart .woocommerce-shipping-destination {
display: none;
}
Regards
Great!
Thanks!
You’re welcome!
Regards
The issue related to '‘CHANGE SOMETHING IN WOOCOMMERCE’' has been successfully resolved, and the topic is now closed for further responses