This topic has 2 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Rose Tyler
Is there a possibility to have a “coupon code entry field” on checkout opened by default?
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
form.checkout_coupon.woocommerce-form-coupon {
display: block !important;
}
.woocommerce-form-coupon-toggle {
display: none;
}
Regards
Tagged: checkout, coupon code, default, discount, entry field, woocommerce, wordpress
The issue related to '‘coupon code entry field on checkout opened by default’' has been successfully resolved, and the topic is now closed for further responses