• Some clients are being presented with an option at checkout that says Returning Customer? Click here to login. However, I have my cart set up so that no account is required. Returning customers are going mad trying to login when they don´t actually have an account.

    This is driving away repeat business.

    How can I switch off this unintuitive option?

    Simon

    http://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Simon, you can put below code at the end of your theme functions.php file:

    remove_action( 'woocommerce_before_checkout_form', 'woocommerce_checkout_login_form', 10 );

    Thread Starter simonmc

    (@simonmc)

    Thanks. I had my web guy sort it already. Seems to be a Bug (FEATURE :))

    Simon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Confusing checkout experience’ is closed to new replies.