257 comments found.
Hi,
It seems the cart gets cleared because the plugin logs the user out right after registration. When this happens during checkout, the WooCommerce session appears to reset and the cart is lost.
I noticed this line in the plugin:
wp_clear_auth_cookie();
inside the sb_user_autologout() function.
Could you please check if this is the cause? And if so, would it be possible to add an option to disable the auto logout after registration?
Thanks!
Whole point of this plugin is to auto logout and don’t allow to login without email verification. So thats expected, as soon as they login, they will get their cart back I think.
There is no other option except you modify plugin.
Thanks
is this working with wc option “Allow customers to create an account During checkout” ? I mean they make an acc by placing an order but also they need to verify the account.
Yes, it will work from any registration form provided by WC.
Plugin works fine, however it does not work with the login of the ecomus theme. Is there any solution? People can still login without verifying their email via the ‘my account’ icon in the ecomus header
If theme is not using standard WooCommerce hooks then this can happen.
I am using all default WooCommerce hooks, so if theme make own custom page and overwrites default structure then we can;’t control it.
Can you check this from theme side and come back to me. So I can help.
Thanks
Already found a solution. Thanks for the reply
Hello,
1.Whether the plugin can prevent users from placing an order in check out page until the email is verfied?
2.Whether the plugin include language file(pot)? or admin can translate all text in backend?
3.Whether the plugin works in registration page and checkout page?
Thank you.
1. Plugin can prevent login until email is verified so in that case you need to disable guest users so only user who verified can place order.
2. Admin can translate all messages etc from settings page.
3. Yes plugin works with any user creation page which is standard compatible with WooCommerce.
Thank you.
Hello
1- is it compatible with this : https://woo.com/products/automatewoo/2- Does it work with https://codecanyon.net/item/mailster-email-newsletter-plugin-for-wordpress/3078294
3- how do you support your customers?
4- where is the change log of your plugin?
5- Does it work with the new php version?
6- life time update?
7- I’m not adding my purchase code, to prevent auto-updating the theme or plugins, do you support it or it must activated? (the reason I’m asking is a month ago I enabled the theme, I added many customizations on my theme and that was auto-updated and removed all my customization so I’m not going to add the license code at all)
Thanks 
1. 2. Sorry but we have not tested with those third party products.
3. Yes we support our customers.
4. We dont provide changelog as we always support 100% backword compatibility so it never broke any site.
5. Yes it works with latest php version
6. Yes we support lifetime free updates
7. Yes we donot force code so you can avoid auto update.
Thank you 
Hi, I have built a custom WooCommerce based site and I wonder if there is any variable I could check programatically if user has e-mail verified yet (if not I would block access to checkout). Preferably I could include a verification link somewhere in “WooCommerce my account” -pages. Is this possible with your plugin? Thanks!
Yes, we store that data in user meta table.
update_user_meta($user_id, ‘sbwev-approve-user’, 1);
So this is how you can update user meta, you can either pass 1 to verify user or you can delete meta or even pass 0 to make user unverified.
Thanks
Thank you!
Is there a shortcode or a way for me to include a verification link on “my account” -pages if the user is not yet verified? ...I will allow users to register without verification but will not allow access to checkout until verified
Thanks!
There is no shortcode but you can call this function to get verification link
get_verification_link(‘username’)
function has one argument and you need to pass users username.
Thanks
Sounds great, thank you!
Hi again,
I just purchased, however what I meant ask earlier was how to include a “Resend verification link” programmatically on “My account” -pages ?
Thanks!
Problem is I have function for that but it only works if user is not logged in.
So now there are 2 ways.
As I said above you can use this function get_verification_link(‘username’) to generate verification link.
So on my account page you can add your own button and clicking on that will send email to user with verification link generated by “get_verification_link”
I am using this code https://codeshare.io/nzxe04
So you need to modify it and use on your button click. You can modify this code and use as per your need.
Thanks
Ok, thank you! But I’m afraid I don’t completely understand how to set this up. Could you please give a basic example on how a button would call that function for my scenario? Thanks!
Well its simply php function, you can wrap button inside form and submit for which would call that function.
I am not sure if you are developer or not but its very simple I think for developer.
Hi,
I altered the function and put in my child theme functions.php then created and included it inside dashboard.php via do_action( ‘new_sbthemes’ ) (I also copied over sbthemes -email templates). But response message after clicking is not working here so I need to do something about that.
Now I realize that the verify link is actually not working either when logged in (+ it’s response messages). Guess I could copy that function into my child theme as well but I believe it gets very complicated, not sure what´s going to happen when the plugin needs updates. Is there a better approach?
Thanks!
Well thats only approach, you need to share exact error you are getting, I have helped other guys this way and it works for everyone, I dont think you need to copy verify link function.
Please share whats error you facing so I can help.
Thanks
Hi, sb_verify_user -function starts with !is_user_logged_in() -condition and my scenario I would only use your plugin for logged in users. I believe the display messages at the end of current functions does not work for my scenario either. Thanks!
Yeah in that case you need to modify that function too. What I mean is even after update code functionality is not going to change, so it should work.
Hello, is this plugin actively maintained? Last update 2022>
I want to use it for blocking spam registrations on WooCommerce. Does it stop account creation until the user has verified their email?
Yes its actively maintained, we didnt upgrade since 2022 because its never needed, it’s never broken so far.
Thanks
hello, i have tried others free plugins they work well but the user can login even if he has not verified his email !!! i dont know if you plugin has the same problem or not ! (or just a setting in woocommerce) !
Never got any such complaint, so you can try and if it doesnt work contact support and we will make it working or in worst case you can ask for refund request.
Thanks
Last question please…. When a user Signed up and didn’t verify his e-mail… Can he surf the site and will be blocked just on his account (woocomerce account)! Or it will be blocked in all the website ! Beacause i use mylisting theme i have tried a free plugin also and the problem that the user can use the website until he was.not verifie his email … Just his account woocomerce who is blocked !!! But the entire website is useful !
Basically he cant login, use will not be blocked from open pages.
Whenever he tries to logic, user will be asked to verify account.
Thanks
In my website even the user have not vérify his email he can add a listing !! (Because add a listing is not something of woocomerce) he has just to login (even his email is not verified) and he can add his listing
Technically it has nothing to do with woocommerce, auth (login) system is from WordPress and not WooCommerce.
So logic is very simple, you cant login at all without veriricagtion, so any of pages which are hidden behind login cant access.
Is it compatible with Wolmart theme? Also, can we set a custom URL to redirect users after registration? For example, I want to send users to xyz.com/verify-your-email link so that users know that they need to verify their email.
Well we dont control that so you can do that using woocommerce hooks.
So check for hooks and if its possible we can do that. Because whole registration process is managed by woocommerce we are just using hooks and changing emails.
Thank
Hi, I sent support ticket yesterday, the plugin is not sending emails https://sbthemes.freshdesk.com/helpdesk/tickets/152
Sure, you will get reply soon.
Thanks
Can you please reply my ticket, do I have to wait forever ?
Seems you just generated refund request, we have approved it.
Thanks.
Hi,
I sent you the support ticket regarding verification email not sending. You replied an email to me saying it’s due to conflict with the email template plugin. I replied that even if I disable the email template plugin it’s still not working. But never receive your further reply even since. Could you reply to my email? Thank you.
Hey, sorry I think I missed your messages,
Checking now.
Hi, I have hundreds of existing accounts. They all became “unverified” after installing your plugin. How to manually verify them all in one time? Thanks.
Can you create a support ticket here so we will give you exact steps to solve this.
Thanks
https://sbthemes.freshdesk.com/support/tickets/newHi, after installing your plugin, i get this new error as a function is not existing, here is the error. ” call_user_func_array(): Argument #1 ($callback) must be a valid callback, function “update_rules_cron” not found or invalid function name ” . I opened a support ticket as well, but no idea how to track any response. Can you please look into it and let me know why the above error?
I replied to your support ticket.
Thanks
Hello, Please, I want to buy your plugin but I need to find out if it performs a few functions. 1. Does it work well with “Force Authentification Before Checkout for WooCommerce” plugin. Because I use this plugin to redirect customers to login or register once they click the checkout button. 2. When a customer registers does it prevent the customer from continuing with check out if the account is not verified?
Thanks
This plugin doesnt allow login without verification, so if you force user to login before checkout this is exactly will work for you.
Let me know if you have any other questions.
Thank
Hello, I am interested in your plugin and have few pre-sale questions.
1. I am using two directory theme on my two websites below are the links of those themes and it has own registration form. But it also has WooCommerce for payment. I want to know how I can check that your plugin will work on my these themes? .
a. https://themeforest.net/item/classima-classified-ads-wordpress-theme/24494997
b. https://themeforest.net/item/adforest-classified-wordpress-theme/19481695
2. Is there any way to check that whether or not the registration form of any theme is using WooCommerce Registration Form?
Please Suggest and clear these questions.
Thanks & Regards Sunny
We cant say if what theme using, you need to contact theme author for that.
This plugin to work, its simple, theme should be using WooCommerce registration form and must be using standard Woo and WP hooks and thats enough.
Okay thanks for your reply. I will check with the themes authors. Thanks
Hey,
nice plugin. Is there any way to make it compatible with this theme: Brikk – Directory & Listing WordPress Theme ?
emails are not sending out
thanks!
woocommerce is installed by the way.
Please create support ticket here with admin login details so I can check.
Thanks
thanks for the fast answer – sent the ticket to you.
Support team will reply soon.
Thanks
Hello,
My plugin not work for my site. After added product to cart. > go to checkout but not require register account first.
Thank you!
I don’t get.
Can you describe your issue in details?
Than You
Hi I have 15000 existing users marked now as not verified. How to change that to verified? Please, don’t say manual one by one.
Contact me at sbthemes@gmail.com and I will share a addon which will help you to buld mark as approved.
Thanks