开发者 |
wpcodefactory
Karzin jaedm97 algoritmika anbinder omardabbas kousikmukherjeeli karzin |
---|---|
更新时间 | 2024年11月13日 04:31 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 6.6 |
版权: | 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:
{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
.