{{#if paymentMessage}}

{{paymentMessage}}

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

Enter a password to create an account for next time

Create account
{{/unless}}
{{#if session.customer}} {{#ifCond config.paymentGateway '==' 'stripe'}} {{> payments/stripe}} {{/ifCond}} {{/if}}
{{> cart}}