Keeping Showing Coupon box
-
Hi, I would like to ask how to keep appearing the coupon box.
Customers no need to press “Click here to enter your code” to show the coupon box. The coupon box will show automatically.
Thanks!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.checkout_coupon {
padding: 30px 25px 10px 25px;
text-align: center;
border: 2px dashed #ddd;
max-width: 450px;
display:block!important;
}
.showcoupon{
display:none;
}
Best Regards