The WooCommerce extension should be up to date now- did the auto update notification not pop up? What version does it say you’re running?
Haha, I can see how you would think that. But no, the problem we’ve been dealing with is that the core plugin works with WordPress’ built in registration, but not every plugin uses that system unfortunately, which means you wind up having to account for several different forms, hooks, and validation methods, which then also have to be tested with extensions, additional plugins, and multisite. Then testing each of those environments with all of the settings in the plugin. The math looks something like 4 x 3 x 6 = 72 environments we are trying to test in, then add in a major WooCommerce update that required changing some options in the registration, a major BuddyPress update that did the same, and a major WordPress update…
Basically lets just say we’re learning why there aren’t many other plugins like this out there that work reliably, because you’re basically working against every other plugin developer out there that’s writing their own login/registration form that operates independently from WordPress, so it requires writing a whole new set of form display and logic to account for it just to make it feel like a seamless integration for the user.
In this instance there’s some logic that goes back and forth between the core plugin and WooCommerce and it was causing issues with the registration display for normal WordPress.
As of right now everything is kosher on my end with the latest versions, so my “guessing” is trying to determine what on the a specific user’s site is causing the issue. I’d love to be able to instantly log into anyone’s site and test it directly, but since I can’t, guessing and then testing on my end is the best I can do ??