Move Login Form
-
Hi, is there a way to move login form just above the billing step? instead of displaying it to separate step? I tried this, hoping that it will do the trick. It shows on billing step but the login step is still there making the form just a duplicate. Any help will be appreciated. Thanks.
remove_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_checkout_login_form’, 10 );
add_action( ‘woocommerce_after_checkout_billing_form’, ‘woocommerce_checkout_login_form’ );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Move Login Form’ is closed to new replies.