This topic has 7 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp
Hi
Our problem is that we cannot write into the enter coupon code boxes on the cart page on mobile view.
I got it to work on large tablets by adding the codes on this thread ( https://www.8theme.com/topic/coupon-field-not-accessible-on-mobile-view-cart/)
to wp-content/themes/woopress-child/style.css
However, it we still cannot write the coupon codes into the coupon code field on mobile phones.
Your help would be greatly appreciated.
HI Eva,
Just to let you know what I have tried:
I added this code to: theme options > Custom CSS for mobile
.woocommerce .col-md-6 {
display: inline-block;
width: 100%;
}
I added this code to: themes/woopress-child/style.css
.woocommerce-cart .page-content .content.col-md-9{
position: initial;
}
Thanks
Hello,
I’ve added this code in child style.css:
@media (max-width: 480px){
.woocommerce .col-md-6 {
display: inline-block;
width: 100%;
}}
Please check coupon code now.
Regards,
Eva Kemp.
Thanks Eva – I appreciate the help –
However, when I check on the mobile simulator the coupon fields are still not writeable on the phone sizes – the largest tablet size does work OK and I can write into the coupon code field on that size in the simulator…
http://www.studiopress.com/responsive/
Hello,
I’ve checked your Cart page and I’m able to write text in code field:
http://storage3.static.itmages.com/i/15/1230/h_1451477065_5037151_0fb755c73e.png
Please check your site on mobile devices, not simulators. Or clear browser cache and resize your browser (page reload is required).
Regards,
Eva Kemp.
Thank you so much Eva – I will keep an eye on it to see if we get any more complaints from the customers. I am very grateful for your very fast response.
Hello @trina99,
You’re welcome.
Regards,
Eva Kemp.
Tagged: best selling, cart accessibility, coupon field, mobile view, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up