{{#if paymentMessage}}

{{paymentMessage}}

{{/if}}
Customer details {{#unless session.customer}}

Existing customer

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

Enter a password to create an account for next time

{{/unless}}
{{#if session.customer}} {{#ifCond config.paymentGateway '==' 'stripe'}} {{> partials/payments/stripe}} {{/ifCond}} {{#ifCond config.paymentGateway '==' 'authorizenet'}} {{> partials/payments/authorizenet}} {{/ifCond}} {{/if}}
{{> themes/Mono/cart}}