We put a new website ecommerce site live recently. We have a login and registration MY Account.
I notice we are getting a few people registering but could be possibly dodgy. HOW do we avoid this issue with people registering to the site ? Could they be possible dodgy hackers?
They haven’t purchased anything. But register. How can we safe guard ourselves in case they are NOT real ?
Only reason why I ask, is I’ve heard of a number of websites recently being hacked or compromised. And then I find it strange that 3 have already registered to the ecommerce site, but NOT purchased anything. So therefore they could just be dodgy people?
Usually when a client site goes live and is an ecommerce , normally don’t notice this issue. Most client sites I don’t add the REGISTER button usually.
Do I add a NON BOT recaptcha to these 2 logins and registration area?
Everything for plugins & wordpress is totally up to date so won’t be any issues there.
Just seems strange.
Thanks
Kristin
]]>I have the following problem. I would like to include a field in the WooCommerce registration form where my wholesale customers can enter their tax number.
Screen of the registration page: https://drive.google.com/file/d/1ycV2Of0uDwd5QILpFGbkVwOa2Vo_NUFF/view?usp=sharing
I’ve already created code that adds arbitrary text boxes within the WooCommerce registration window, it looks like this.
Screen of the code: https://drive.google.com/file/d/1jzk4Vx7XAnTnixCs_OodGEDKmf4Qe3GB/view?usp=sharing
However, I would like the text field with the tax number to be strictly associated with the Flexible Checkout Fields plugin and immediately put the customer’s tax number in his profile.
Can I somehow effectively modify the code by providing some ID of this text field from WP Forms, so that during registration I can download this data effectively right away?
Thank you in advance for your help! I’m also throwing a screenshot of this field in WP Forms.
Screen: https://drive.google.com/file/d/1LPIRKfIfFqAyH3CwqDtPJuurRHRAnOxB/view?usp=sharing
]]>Please note that we don’t have any user registration plugin on the live site but still we have a registration form on checkout pages. The objective is to sign in or create a new account on checkout pages before doing any purchase.
Thank you
]]>The method of proceeding with a preliminary registration or user login is fundamental and greatly facilitates the understanding of the customer for a smooth and understandable conclusion of the order.
The “WooCommerce Force Authentification Before Checkout” plugin is completely ready to use and does not require any configuration. Works perfectly with the “Super Socializer” plugin for social login. The translation of the message string also completed smoothly with WPML.
What to say in conclusion, if not a big applause to the author of this mega-useful and indispensable function, whose lack in the WooCommerce standard is an unforgivable flaw!
Thank you, thank you, thank you and thank you again!
]]>I’im trying to add an id attribute to woocommerce registration form (I’m using wordpress) because I need it to map fields data and send them to GDPR consent solution dashboard on Iubenda via Javascript: when I assign id the javascript works and send the data, but the registration form stop working and doesn’t register users on database anymore.
Maybe I have to assign id not into the html but via php? How to it? Anybody has other solutions?
I will appreciate any help or suggestion. Thank You
robzan74
]]>Is it possible to add List Choice sign-up option on the WooCommerce Registration page using this plugin?
I followed your article and can get them displaying on the WooCommerce Registration page using the following code:
function hb_show_list_choice_in_registration() { ?>
<h4>Choose the lists you wish to subscribe to..</h4>
<p>
<label class="newsletter-checkboxes">
<input name="mc4wp_lists[]" type="checkbox" value="xx">
<span>Newsletter</span>
</label>
<label class="newsletter-checkboxes">
<input name="mc4wp_lists[]" type="checkbox" value="xx">
<span>Products and Offers</span>
</label>
<label class="newsletter-checkboxes">
<input name="mc4wp_lists[]" type="checkbox" value="xx">
<span>Support and Recipes</span>
</label>
</p>
<input type="hidden" name="mc4wp-subscribe" value="1" />
<?php
}
add_action( 'woocommerce_register_form', 'hb_show_list_choice_in_registration' );
(Replaced list IDs with ‘xx’ for example)
However when I fill in and submit the form, the user is created but they are not added to any of the lists selected.
Don’t see anything in the debug log either.
Appreciate any help and apologies if a repost, I read through all relevant articles I could find and and searched through your support forum but couldn’t find anything.
]]>I enabled the plugin on my wordpress 4.8 website and found that if I enable the captcha on registration page, it enables the captcha on the wordpress backend registration form instead of woo-commerce registration.
I noticed in the no-captcha-recaptcha-for-woocommerce/registration.php file, on line number 11, it is adding action for the backend registration form which is “add_action( ‘register_form’, array( __CLASS__, ‘display_captcha’ ) );”.
I think this should be “add_action( ‘woocommerce_register_form’, array( __CLASS__, ‘display_captcha’ ) );” instead for adding the captcha on front end registration.
Please let me know if I can assist at any point.
Thanks!
A. Rehman
https://www.ads-software.com/plugins/users-ultra/
]]>