WP SITES

3083 Coded Tutorials & 286 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; 
}

Leave a Reply

New Plugins