{{#if paymentMessage}}

{{paymentMessage}}

{{/if}}
{{ @root.__ "Customer details" }}
  • {{@root.session.customerFirstname}} {{@root.session.customerLastname}} - {{@root.session.customerEmail}} Change
    {{#ifCond @root.session.totalCartShipping '>' 0}}
  • {{@root.session.shippingMessage}}
    {{currencySymbol @root.config.currencySymbol}}{{formatAmount @root.session.totalCartShipping}} Change
  • {{else}}
  • FREE shipping Change
  • {{/ifCond}}
{{#if @root.config.modules.loaded.discount}}
{{/if}}
{{#if session.customerPresent}} {{> (partial config.paymentGateway) }} {{/if}}
{{> (getTheme 'cart')}}