Home Forums WoodMart support forum Registration only checkout page

Registration only checkout page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #573817

    FreeRiderNSK
    Participant

    Hello!
    01. How can I make the registration option only available on the checkout page?
    There are a lot of bots.
    Something needs to be done about this.

    Captcha Google version 3 doesn’t help (((

    02. Is it possible to update woocommerce to v 9.0.0? Does Woodmart v 7.5.1 already support it?

    • This topic was modified 3 months, 1 week ago by FreeRiderNSK.
    • This topic was modified 3 months, 1 week ago by FreeRiderNSK.
    #574022

    Luke Nielsen
    Keymaster

    Hello,

    1. Just leave enabled checkbox here – https://prnt.sc/naxB8rB0_9dP in WooCommerce -> Settings -> Account and Privacy.

    2. Yep we support that version.

    Kind Regards

    #574147

    FreeRiderNSK
    Participant

    Hi!
    How do I remove this from the sidebar?
    Please see screenshot…

    Attachments:
    You must be logged in to view attached files.
    #574152

    FreeRiderNSK
    Participant

    How do I remove this?
    Please see screenshot…

    Attachments:
    You must be logged in to view attached files.
    #574166

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to WoodMart -> Header Builder -> remove the “Account” element: https://prnt.sc/_kBTzTo1xmaO

    Clear the cache and recheck the issue.

    Kind Regards

    #574169

    FreeRiderNSK
    Participant

    No no no!!!
    I only need to remove the registration link from this elements!

    #574173

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help:

    .login-form-side .create-account-question {
        display: none;
    }
    
    .wd-dropdown-register .login-dropdown-inner .create-account-link {
        display: none;
    }

    Kind Regards

    #574182

    FreeRiderNSK
    Participant

    Can this be done with php? You need to delete it completely. Bots scan the code for the link ?action=register

    #574188

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to /inc/integrations/woocommerce/template-tags.php and copy this function https://prnt.sc/SMuOWQVG-8Z0 to the functions.php file in your child theme.

    Clear the cache and recheck the issue.

    Kind Regards

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