Home › Forums › WoodMart support forum › Registration only checkout page Registration only checkout page This topic has 8 replies, 2 voices, and was last updated 5 months, 4 weeks ago by Luke Nielsen. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts June 19, 2024 at 2:04 pm #573817 FreeRiderNSKParticipant 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 5 months, 4 weeks ago by FreeRiderNSK. This topic was modified 5 months, 4 weeks ago by FreeRiderNSK. June 20, 2024 at 9:47 am #574022 Luke NielsenKeymaster 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 June 20, 2024 at 1:42 pm #574147 FreeRiderNSKParticipant Hi! How do I remove this from the sidebar? Please see screenshot… Attachments:You must be logged in to view attached files. June 20, 2024 at 1:51 pm #574152 FreeRiderNSKParticipant How do I remove this? Please see screenshot… Attachments:You must be logged in to view attached files. June 20, 2024 at 2:12 pm #574166 Luke NielsenKeymaster Hello, Navigate to WoodMart -> Header Builder -> remove the “Account” element: https://prnt.sc/_kBTzTo1xmaO Clear the cache and recheck the issue. Kind Regards June 20, 2024 at 2:15 pm #574169 FreeRiderNSKParticipant No no no!!! I only need to remove the registration link from this elements! June 20, 2024 at 2:22 pm #574173 Luke NielsenKeymaster 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 June 20, 2024 at 2:47 pm #574182 FreeRiderNSKParticipant Can this be done with php? You need to delete it completely. Bots scan the code for the link ?action=register June 20, 2024 at 3:04 pm #574188 Luke NielsenKeymaster 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 Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to create new topics. Login / Register