I have used woocommerce and realised that when customers sign up, they can create an account without confirm by email.
What can I do to force confirm by email. Thank you!
Leave a Reply
You must be logged in to post a comment.
I have used woocommerce and realised that when customers sign up, they can create an account without confirm by email.
What can I do to force confirm by email. Thank you!
You must be logged in to post a comment.
You can download this plugin to your website:
https://github.com/wp-plugins/woocommerce-email-verification
And then follow the following instructions:
Installation Instruction & Configuration
In the admin panel plugins page click Add New. Then click on “upload” link. Select the downloaded zip file and install it OR
Download the zip file and extract it. Upload “woocommerce email verification” folder to your plugins directory (wp-content/plugins/).
Activate the plugin through the ‘Plugins’ menu in WordPress.
Create a page with name “activate”. (URL should be yourwebsitedomain.com/activate) and put the following short code and save it.
[woocommerce-email-verification]
Hope it helps!