Registration only checkout page
-
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?
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
Hi!
How do I remove this from the sidebar?
Please see screenshot…
Attachments:
You must be
logged in to view attached files.
How do I remove this?
Please see screenshot…
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to WoodMart -> Header Builder -> remove the “Account” element: https://prnt.sc/_kBTzTo1xmaO
Clear the cache and recheck the issue.
Kind Regards
No no no!!!
I only need to remove the registration link from this elements!
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
Can this be done with php? You need to delete it completely. Bots scan the code for the link ?action=register
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