Top WooCommerce & WordPress Plugins › Forums › Email Verification for WooCommerce › Why does the email still have the verification link in it when user is verified?
- Support forum for the Email Verification for WooCommerce.
- This topic has 4 replies, 2 voices, and was last updated 2 years, 9 months ago by
WPFactory Plugins.
- AuthorPosts
-
December 9, 2020 at 8:30 am #101218
Asta
GuestHi, I tested this plugin with <b>Nextend Social Login</b> and it works great.
The only problem is that the “new account <b>email</b>” still has the verification link in it, even though the account is already activated.
Is there any way to remove the verification link for accounts created with the nextend social login?
December 9, 2020 at 11:31 pm #101219Hi Asta,
Are you getting the verification link from the Email Verification plugin or are you getting the default email from WordPress to set the password?
December 9, 2020 at 11:59 pm #101220Asta
GuestNextend triggers the email.
I tried a workaround editing the email template to only echo “$additional_content” when “alg_wc_ev_is_activated” is empty, but its not working. Im gonna keep trying.
if (get_user_meta($user_id, 'alg_wc_ev_is_activated', true) == 0) { if ( $additional_content ) { echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) ); } }
December 10, 2020 at 12:07 am #101221Asta
GuestLooks like the my comment got the image removed automatically.
That’s where I pointed out the email is Triggered by Nextend. Its a woocommerce new customer email.
Global Settings > General > Registration notification sent to: User
December 10, 2020 at 2:25 pm #101222Can you please send me your Nextend Social Login to [email protected]?
My free version doesn’t allow to change the option you’ve mentionedMeanwhile, can you please try to:
– Set – Global Settings > General > Registration notification sent to: WordPress default
– Enable Send as a separate email on the Email Verification plugin - AuthorPosts
- You must be logged in to reply to this topic.