How to do cupon code more visible
-
Hey,
I would like to place cupon code field under the final price so that customers could find more easy.
Attachments:
You must be
logged in to view attached files.
Hi,
Thanks for reaching to us.
Unfortunately, there is no such option in our theme by default. There is no quick way to change it without additional customization in files and we don’t have an instruction for this which is out of our basic support scope.
Regards,
Ok, I see.
So any chance we could do minor adjustment, in check out page by default cupon place is closed, you need to press on link to open, so would be good to make it open by default same as in cart page.
Attachments:
You must be
logged in to view attached files.
Hi gytisgrigaliunass,
In order to remove Categories meta info, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.woocommerce-checkout .woocommerce-form-coupon-toggle{
display: none;
}
:is(.checkout_coupon,.login.hidden-form) {
display: flex !important;
}
Regards,