Remove Coupon From Cart Page – WooCommerce

There’s 2 ways to remove the coupon form from your WooCommerce cart page.

1. You can copy over the cart.php to your WooCommerce folder in your child theme and modify the code to remove the coupon from your cart page like this.

Or

2. Use CSS in your child themes style.css file.

.woocommerce-cart .coupon { 
    display: none !important; 
}

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.