{# # Checkout Login Form (Bootstrap 5 Override) # # Collapsible login prompt at the top of the checkout page. # # WooCommerce PHP equivalent: checkout/form-login.php # # @package WcBootstrap # @since 0.1.0 #} {% if not is_user_logged_in() %}
{{ __('Returning customer?') }}
{% include 'global/form-login.html.twig' with { message: __('If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section.'), redirect: wc_get_checkout_url(), hidden: false } %}
{% endif %}