Hi I want to 26. Remove promotional code from cart page under the product detail. I remove it from code because we want coupon option but not in under cart detail. So far when i remove coupon code option from cart>cart.php but it not remove from there its still show on screen
Site URL: hidden Theme version: 24393 WooCommerce version: 5.7.0Hello,
Add the Custom CSS to Theme Options > Custom CSS to hide the coupon on the cart page
.woocommerce-cart .to_open-coupon, .woocommerce-cart .coupon {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.