How can we get the coupon input box to be open by default?
This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by Olga Barlow
How can we get the coupon input box to be open by default?
Hello,
Add the below code to Theme Options > Custom CSS
.woocommerce-cart-form .coupon {
display: block !important;
}
Regards
The issue related to '‘How to display the coupon option in cart expanded by default’' has been successfully resolved, and the topic is now closed for further responses