Remove Coupon Section on the Checkout Page in WooCommerce

Use this code snippet to remove the coupon section from showing on the checkout page in WooCommerce on child sites.

Snippet Type

Execute on Child Sites

Snippet

remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_coupon_form', 10 ); 
2 Likes