This topic has 2 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow
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
Hello,
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