{% if currentUser %} {% redirect 'shop/checkout/addresses' %} {% endif %} {% extends 'shop/_layouts/checkout' %} {% block content %}

Already Registered ?

{{ csrfInput() }} {{ redirectInput('shop/checkout/addresses') }}

Forget your password?

Guest Checkout

{# Setting the guest email address on the guest customer and order. This will have no affect if the user is currently logged in as the cart uses the currentUsers email address. #}
{{ redirectInput('shop/checkout/addresses') }} {{ csrfInput() }} {{ cart.getErrors('email')|join }}
{% endblock %}