替代模板(wordpress/wp-content/plugins/woocommerce/templates/checkout/form-login.php
) 和更改\'hidden\' => true,
到\'hidden\' => false,
woocommerce_login_form(
array(
\'message\' => esc_html__( \'If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section.\', \'woocommerce\' ),
\'redirect\' => wc_get_checkout_url(),
\'hidden\' => true,
)
);