{{#if paymentMessage}}

{{paymentMessage}}

{{/if}}
{{ @root.__ "Customer details" }}
{{#unless session.customer}} {{/unless}}
{{#if session.customer}}
{{/if}}
{{> partials/payments/shipping-form}} {{#if session.customer}} {{#ifCond config.paymentGateway '==' 'paypal'}} {{> partials/payments/paypal}} {{/ifCond}} {{/if}} {{#unless session.customer}}

{{ @root.__ "Enter a password to create an account for next time" }}

{{ @root.__ "Create account" }}
{{/unless}}
{{#if session.customer}} {{#ifCond config.paymentGateway '==' 'stripe'}} {{> partials/payments/stripe}} {{/ifCond}} {{#ifCond config.paymentGateway '==' 'authorizenet'}} {{> partials/payments/authorizenet}} {{/ifCond}} {{/if}}
{{> (getTheme 'cart')}}