I want to remove the Shipping row in Checkout in the review order table in Woocommerce-Wordpress.
I tried using simple CSS but nothing happened.
Code I was using:
tr.woocommerce-shipping-totals shipping {
display: none !important;
}
I want to remove the Shipping row in Checkout in the review order table in Woocommerce-Wordpress.
I tried using simple CSS but nothing happened.
Code I was using:
tr.woocommerce-shipping-totals shipping {
display: none !important;
}
2
Answers
Try with:
Path: woocommerce/cart/cart-shipping.php
and