WP SITES

3099 Coded Tutorials & 300 Plugins

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; 
}

Was this helpful?

Yes
No
Thanks for your feedback!

Leave a Reply