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 😀
1 thought on “Hide coupon form from checkout page”
Leave a Reply
You must be logged in to post a comment.
You can use custom CSS below
form.checkout_coupon.woocommerce-form-coupon, .woocommerce-form-coupon-toggle {
display: none;
}