Enhance WooCommerce security and credibility with Email Verification best plugin. Ensure genuine customer interactions, eliminate spam, and elevate em …
“Amazing support and plugin: Support helped me integrate their plugin with another plugin and I am really grateful for it. The best verification plugin out there at the moment with awesome support” – ⭐⭐⭐⭐⭐ mountainbirb
Main Page | Support Forum | Documentation & How to | Demo
In the dynamic world of e-commerce, ensuring the authenticity and engagement of your customer base is crucial.
That’s where the “Email Verification for WooCommerce” plugin comes in, addressing a vital aspect of customer management.
By integrating email verification into your WooCommerce setup, this plugin enhances the security and reliability of user registrations.
It’s designed not just to verify new users but also to streamline customer management for existing accounts. Let’s take a quick look into how this plugin can transform your WooCommerce experience:
1. New User Registration Verification: New user accounts require email verification, bolstering the security and authenticity of each registration.
2. Verification for Existing Users: Have an existing user base? The plugin offers the flexibility to implement email verification for already registered users, enhancing the integrity of your existing customer base.
3. Role-Based Verification Flexibility: Skip the email verification process for selected user roles, allowing you to customize the verification process based on user hierarchy.
4. Customizable Emails & Messages: Tailor the verification messages displayed to users on your site and emails, ensuring a seamless and brand-consistent experience on the frontend of your store.
5. Admin Control and Management: Admins gain significant control, including options to manually verify or unverify users, resend activation links, and even delete unverified users either manually or on an automated schedule.
By integrating these features, the “Email Verification for WooCommerce” plugin not only secures your user registration process but also offers significant flexibility and control in managing your customer base.
Select to skip validation for any user role based on your store needs (wholesalers, admins, authors, etc.)
The plugin allows you to effortlessly customize emails that will be sent to your customers to activate their accounts, you can:
Once your customers are verified, you can customize the confirmation email that will be sent to them, you can:
Once your user clicks on activation link, you can customize messages that appear based on activation status, you can customize:
“Excellent Support + Plugin: As the title states, brilliant plugin with great free functionality – support was excellent and very helpful in solving a customisation issue.” – ⭐⭐⭐⭐⭐ Masidus
“Good flexibility and support: Plugin does what it says, and provides lots of configuration options. Had a minor issue that required support, and the problem was resolved very quickly, with great communication. Highly recommended.” – ⭐⭐⭐⭐⭐ reefables
All what’s listed above (and more) is available in the free version, but for those who would like to go further and beyond, we have a premium version of Customer Email Verification for WooCommerce plugin.
🏆 The Pro version unlocks more advanced features like:
Our plugin offers several compatibility options with third party plugins, like:
And much more to come soon.
WPFactory has a diverse range of plugins tailored to enhance your experience, some of our top-selling plugins are:
Min Max Step Quantity: Set minimum, maximum, step, and default product quantities, including dropdowns and decimal options on WooCommerce (Free version)
Cost of Goods for WooCommerce: Enhance profit maximization and financial management by accurately calculating your WooCommerce store’s COGS (Free version)
Maximum Products per User: Impose personalized purchase limits based on user roles and date ranges to manage customer buying behavior (Free version)
Order Minimum/Maximum Amount: Customize order limits by amount, quantity, weight, or volume, including user role, category, and more (Free version)
EU/UK VAT Manager for WooCommerce: Automate VAT compliance for your WooCommerce store, including settings and VIES validation for a seamless experience (Free version)
Email Verification for WooCommerce: Boost security and credibility by verifying customer emails, reducing spam, and improving email marketing (Free version)
Free Shipping Over Amount for WooCommerce: Encourage higher spending by offering free shipping based on amount, with a progress bar for customers (Free version)
Dynamic Pricing & Bulk Quantity Discounts: Advanced dynamic pricing and discount rules for WooCommerce, encouraging bulk purchases and driving more sales (Free version)
“The best verification plugin at the moment with amazing support – they helped me with compatibility with Yaymail.” – ⭐⭐⭐⭐⭐ Mr Bird
“Friendly Author fast response to fixed the problems and high efficiency to dev “Smart” template.” – ⭐⭐⭐⭐⭐ pvpasia
“Very good plugin, which is perfectly suited to WooCommerce. The support is really responsive and very competent! Do not hesitate to invest in this plugin if you want to set up an activation system.” – ⭐⭐⭐⭐⭐ Michel Pompas
“Excellent Plugin: Great plugin, it works perfectly, it’s light and has great management options. Fantastic support as well. It’s worth it!” – ⭐⭐⭐⭐⭐ Therus
Follow these simplified steps to get your plugin up and running:
From the WordPress Admin Panel:
1. Navigate to “Plugins” > “Add New”.
2. Use the search bar and find the plugin using the exact name.
3. Click “Install Now” for the desired plugin.
4. Once the installation is finished, and click “Activate”.
Manual Installation Using FTP:
1. Download the desired plugin from WordPress.org.
2. Using your preferred FTP client, upload the entire plugin folder to the /wp-content/plugins/ directory of your WordPress installation.
3. Go to “Plugins” > “Installed Plugins” in your dashboard and click “Activate”.
Manual download & upload from the WordPress Admin Panel:
1. Download the desired plugin in a ZIP format.
2. On your site, navigate to “Plugins” > “Add New” and click the “Upload Plugin” button.
3. Choose the downloaded plugin file and click “Install Now.”
4. After the installation is complete, click “Activate”.
Post-Activation:
Once activated, access the plugin’s settings by navigating to “WooCommerce > Settings” and look for the relevant tab.
If your cart is getting empty after a new account is created, there are some things you could try:
– Enable the option Advanced > Custom logout function.
– Set the Advanced > Prevent login after register > Login prevention method option as Use login filter from WooCommerce.
Set the Advanced > Prevent login after register > Login prevention method option as Use login filter from WooCommerce.
If you use some options combined, you’ll be able to remove the unverified users automatically, eliminating spam registrations.
This is what you can do:
Some servers have security solutions that do not allow saving settings with HTML tags.
You can try to contact them asking to disable it, or you can try our option:
It will try to convert the angle brackets from HTML tags by other characters.
After that, you’ll just need to save the settings page once more. On the frontend the characters will be converted to HTML tags again.
Please try to make sure that at least one of the above options are enabled.
If just some of them are already enabled and even so it doesn’t work, try to enable all of the them:
Please try to use General > Redirect on success option as Do not redirect
Try to set the Advanced > Authenticate filter option as authenticate filter
If an unverified user is trying to login and the error message (Your account has to be activated before you can login…) is not getting displayed you can try two different approaches:
Use the Redirect on failure option.
Even if the Custom redirect URL option is empty, there will be no problem.
A ?alg_wc_ev_email_verified_error
argument will be added to the URL that could help you displaying the message.
Change the Advanced > Authenticate filter option.
You can use the [alg_wc_ev_verification_status]
shortcode to display the verification status, showing if current user is verified or not.
Params for the [alg_wc_ev_verification_status]
shortcode:
<div class="alg-wc-ev-verification-status">{content_template}</div>
Verification status: {verification_status}
Verified
Unverified
false
false
wrapper_template params:
content_template params:
You can use the [alg_wc_ev_resend_verification_url]
shortcode to display a message with a link to the verification url.
Params for the [alg_wc_ev_resend_verification_url]
shortcode:
<div class="alg-wc-ev-resend-verification-url">{content_template}</div>
You can resend the email with verification link by clicking <a href="{resend_verification_url}">here</a>.
true
false
content_template params:
You can use the [alg_wc_ev_email_content_placeholder]
shortcode to append the verification email to some custom email template.
In order to use it, it’s necessary to:
Params for the [alg_wc_ev_email_content_placeholder]
shortcode:
{alg_wc_ev_viwec}
from wrapping the WooCommerce email around the Activation email content.{alg_wc_ev_viwec}
special text.[alg_wc_ev_verification_status]
is deprecated in favor of [alg_wc_ev_custom_msg]
.%user_login%
, %user_nicename%
, %user_email%
, %user_url%
, %user_registered%
, %user_display_name%
, %user_roles%
, %user_first_name%
, %user_last_name%
, %admin_user_profile_url%
.%site_title%
and %site_url%
to email contents by default.%site_title%
to email subjects by default.%site_title%
and %site_url%
placeholders to emails. This should help with deliverability problems and emails sent to Spam.WC_Email
not found in some circumstances.Alg_WC_Email_Verification_Core
.send_auth_cookies
filter.send_auth_cookies
.[yaymail_custom_shortcode_alg_wc_ev_aem]
shortcode..gitattributes
regarding git-tag.sh
.submit_btn_template
added to the shortcode alg_wc_ev_resend_verification_form
to control submit button of the form.wc_has_notice()
“.[alg_wc_ev_new_user_info]
shortcode to display user information for users who have just registered.[alg_wc_ev_resend_verification_form]
shortcode to display resend verification form.{alg_wc_ev_viwec}
special text for Email Customizer plugin by VillaTheme.alg_wc_ev_session_start_params
filter.alg_wc_ev_email_subject_final
filter.alg_wc_ev_email_content_heading
filter.Alg_WC_Email_Verification_Emails::wrap_in_wc_email_template()
.Alg_WC_Email_Verification_Logouts::block_unverified_user_login()
.alg_wc_ev_ec_email_content
action hook display the activation email content.wpml-config.xml
.$code
param from alg_wc_ev_user_account_activated
and alg_wc_ev_verify_email_error
actions.Alg_WC_Email_Verification_Core::verify()
parameter from is_rest_api
to directly
.wpml-config.xml
.WP_Background_Process
class before trying to use it.wpml-config.xml
file with admin email options.check_previous_messages
to check if the message has been added previously.is_plugin_active()
function.alg_wc_ev/v1/verify
REST API endpoint.verify()
function.[alg_wc_ev_email_content_placeholder]
shortcode with user_email
param.[alg_wc_ev_verification_status]
shortcode with wrapper_template
, content_template
, hide_for_guests
, hide_if_verified
, verified_status
and unverified_status
params.[alg_wc_ev_resend_verification_url]
shortcode with wrapper_template
, content_template
hide_for_guests
, params.is_user_verified()
function.+/=
.$data['id']
from activation time.redirect_on_success_activation()
from alg_wc_ev_user_account_activated
hook.alg_wc_ev_activation_email_content_placeholder
hook allowing to fine tune the activation email placement inside the “Customer new account” email.alg_wc_ev_html_replacement_params
filter added.wp_kses_post
instead of leaving the $raw_value
.load_plugin_textdomain
call by putting it inside the ‘init’ hook.alg_wc_ev_reset_and_mail_activation_link_validation
filter added.alg_wc_ev_block_unverified_user_login_error_message
filter added.alg_wc_ev_is_valid_paying_user()
function added.%user_id%
, %user_first_name%
, %user_last_name%
, %user_login%
, %user_nicename%
, %user_email%
, %user_display_name%
.replace_placeholders()
function added (to ensure that e.g. {site_title}
placeholder is replaced).alg_wc_ev_redirect_on_registration
filter added; alg_wc_ev_after_redirect_checkout
filter renamed to alg_wc_ev_redirect_after_checkout
.alg_wc_ev_is_user_verified_by_user_id()
and alg_wc_ev_is_user_verified()
functions added.yes
).manage_users_custom_column
hook priority increased.is_user_verified()
– Double checking guests.fr_FR
translation added.alg_wc_ev_delete_unverified_users_loop_args
filter added.[alg_wc_ev_translate]
shortcode added.alg_wc_ev_verify_email
filter added.alg_wc_ev_is_user_verified
filter added.alg_wc_ev_new_user_action
filter added.woocommerce_registration_auth_new_customer
is always true
.alg_wc_ev_core_loaded
action added.{site_title}
) are now replaced in footer text.%resend_verification_url%
– Using current URL (instead of “My account” URL) now.yes
).yes
).%resend_verification_url%
placeholder added.alg_wc_email_verification_after_save_settings
action added.emails-verification-for-woocommerce
.