Woocommerce registration process
-
Hello there! I installed and configured your plugin, but have an issue with woocommerce registration form.
I have created new user with Woo registration form https://prnt.sc/ti605y
But after I registered, Woo automatically trigered log in process https://prnt.sc/ti62p2
I see users not approved yet. https://prnt.sc/ti61bu https://prnt.sc/ti685s
Also when I try to log in with this user by myself, I see the right message https://prnt.sc/ti6404How to disable login process for Woo after registration to see the message, that user will be approved by admin? I have found this filter, is it will work for your plugin? Also for other roles instead customer.
add_filter( 'woocommerce_registration_auth_new_customer', '__return_false' );
- The topic ‘Woocommerce registration process’ is closed to new replies.