hello,
i have the site below and there is problem with the new customer registration.
When a customer set a new user name with the same email it says that “An account is already registered with that username” instead of “An account is already registered with your email address”.
The file in woocommerce/includes/wc-user-functions.php is right:
if ( email_exists( $email ) ) {
return new WP_Error( ‘registration-error-email-exists’, __( ‘An account is already registered with your email address. Please login.’, ‘woocommerce’ ) );
So where is the problem?
Probably in which case the WooCommerce function is not used.
Also,i have a plugin,the”WooCommerce Email Customizer” that customize the form of emails that send the Woocommerce but in the case of new registration not work and send the default email of woocommerce.
With other theme both the issues is ok.So,the problem is to the Royale.
Thank you