{{#if paymentMessage}}
{{paymentMessage}}
{{/if}}
{{ @root.__ "Customer details" }}
-
{{@root.session.customerFirstname}} {{@root.session.customerLastname}} -
{{@root.session.customerEmail}}
Change
{{#ifCond @root.session.totalCartShipping '>' 0}}
-
Standard shipping
{{currencySymbol @root.config.currencySymbol}}{{formatAmount @root.session.totalCartShipping}}
Change
{{else}}
- FREE shipping Change
{{/ifCond}}
{{> (getTheme 'cart')}}