HIDE SOME ITEMS ON MOBILE CHECKOUT
-
Hi Guys,
How can I hide the “showcoupon” and “Showuser” on the mobile checkout page?
Show you at the photos with a red box bellow.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
You can disable the coupons in the Woocommerce > Settings > General.
You can configure My account in the checkout in Woocommerce > Settings > ACcount and Privacy.
If you have any questions please feel free to contact us.
Best Regards
Hi
I don´t mean disable the coupons, I mean just hide coupon and new account access only on the checkout page.
How can I do that?
Hello,
You can disable creating an account or login in in checkout in the Woocommerce > Settings > Account and Privacy.
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-form-coupon-toggle{
display:none;
}
Best Regards
Ok, it works, thanks. there is still one left
I also need to hide the “Do you have your account?
Check the image bellow.
Thanks guys!
Attachments:
You must be
logged in to view attached files.
Hello,
This code hides the coupon completely: https://gyazo.com/1edde746da1e589cea02f3c99750ff75
My account links are configured in Woocommerce > Settings > Account and Privacy.
Best Regards
Guys, I see you don´t understand, I mean also the (returning customer) both!
see the imagen attached please.
I also want to hide it.
the coupon is already hided.
Can you provide me the code to hide the (returning customer) please.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-form-login-toggle{
display:none;
}
Best Regards