6 votes

Hide coupon form from checkout page

It would be great to have an option on the customizer to hide the coupon from from the checkout page when we have this option enable, I would like to use the coupons via URL but not showing we are using coupons. I know can be hide but css but I think is not the optimal way, but if you can tell me the code I would use meanwhile you decide to include this option 😀
Ivan Martinez Torrejon shared this idea

1 thought on “Hide coupon form from checkout page

  1. You can use custom CSS below
    form.checkout_coupon.woocommerce-form-coupon, .woocommerce-form-coupon-toggle {
    display: none;
    }

Leave a Reply