Home Forums WoodMart support forum HIDE SOME ITEMS ON MOBILE CHECKOUT

HIDE SOME ITEMS ON MOBILE CHECKOUT

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #327978

    Eddyquiroz
    Participant

    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.
    #328059

    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

    #328060

    Eddyquiroz
    Participant

    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?

    #328163

    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

    #328219

    Eddyquiroz
    Participant

    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.
    #328338

    Hello,

    This code hides the coupon completely: https://gyazo.com/1edde746da1e589cea02f3c99750ff75

    My account links are configured in Woocommerce > Settings > Account and Privacy.

    Best Regards

    #328339

    Eddyquiroz
    Participant

    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.
    #328416

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-form-login-toggle{
    display:none;
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)