SignIn(test)

{% form 'customer_login' %}
{{ 'customer.login.title' | t }}
{%- if form.errors -%}
{{ form.errors | default_errors }}
{%- endif -%}
{% endform %}

New member ?

{% comment %} Password {% endcomment %} {% comment %} If accounts are set as optional, the following will be shown as an option during checkout, not on the default /login page. {% endcomment %} {% if shop.checkout.guest_login %}

{{ 'customer.login.guest_title' | t }}

{% form 'guest_login' %} {% endform %}
{% endif %}