Register form / popup - by Elimy - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Jack Richardson

  • Avatar: Elimy
    Elimy
    Participant
    June 1, 2016 at 10:22

    Hello !

    I would like to make the registration easier. I hope you could help me to fix it.

    I want to remove the registration button on the top bar! And I want to remove to popup option for login button. So that, we have got only one page to login/register.

    If it is complicated, I would like to remove the “username” field, in the registre page and in the popup. (Username really trouble me and my users!)

    Many many thanks !!
    Eli

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 1, 2016 at 12:06

    Hello,

    Add this code in Global Custom CSS section:

    .register-link, .login-link .login-popup {
      display: none !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Elimy
    Elimy
    Participant
    June 1, 2016 at 13:19

    So cool !! Thank you so much !

    I remove this “username” fields below in the form-login.php page, but it still ask me to enter an username.. Also, can I change the “password condition” because it ask me to use a too complicated password to register…

    <?php if ( 'no' === get_option( 'woocommerce_registration_generate_username' ) ) : ?>
    
    				<p class="form-row form-row-wide">
    					<label for="reg_username"><?php _e( 'Username', 'woocommerce' ); ?> <span class="required">*</span></label>
    					<input type="text" class="input-text" name="username" id="reg_username" value="<?php if ( ! empty( $_POST['username'] ) ) echo esc_attr( $_POST['username'] ); ?>" />
    				</p>
    
    			<?php endif; ?>
    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 1, 2016 at 14:34

    Hello,

    This is standard Woocommerce form and you have to contact Woocommerce support regarding your query.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.