开发者 |
wpcodefactory
Karzin jaedm97 algoritmika anbinder omardabbas kousikmukherjeeli karzin aegkr |
---|---|
更新时间 | 2025年5月8日 05:57 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 6.8 |
版权: | GNU General Public License v3.0 |
版权网址: | 版权信息 |
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. 🤝 Recommended By“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
“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🏆 Do More: PRO Version 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: 🏆 Block Content for Unverified & Guest Users
“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
If your cart is getting empty after a new account is created, there are some things you could try:
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:
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:
?alg_wc_ev_email_verified_error
argument will be added to the URL that could help you displaying the message.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
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
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:
[alg_wc_ev_email_content_placeholder]
shortcode: