{{ 'Customer details' | i18n }}
{{ 'I accept the' | i18n }} {{ 'Terms & Conditions' | i18n }}
{{ 'Delivery address' | i18n }}
{{ 'Save details for future use' | i18n }}

{{ 'Order Summary' | i18n }}


{{item.selected.quantity}} {{item.name}}

{{item | itemPrice | enhancedCurrency:true}}
{{item.selected.variant.name}} ({{item.selected.variant.price | enhancedCurrency:true}})
  • + {{ addon.name }} ({{addon.variant.price | enhancedCurrency:true}})
  • {{modifier.value}}
  • {{ 'Note' | i18n }}: {{ item.selected.notes }}

{{ 'Subtotal' | i18n }}

{{ getTotalCart() | enhancedCurrency }}

{{ m.type | bindName: 'pre_total_gross' }}

{{ m.amount || m.amountFn() | enhancedCurrency }}

{{ m.type | bindName: 'pre_total_net' }} {{ m.name }}

{{ m.amount || m.amountFn() | enhancedCurrency }}

{{ 'Total (incl. VAT)' | i18n }}

{{ getTotalNet() | enhancedCurrency }}

{{::location.address.address1}}
{{::location.address.address2}}
{{::location.address.address3}}
{{::location.address.address4}}
{{::location.address.suburb}} {{::location.address.state | bindName: 'state_options'}} {{::location.address.postcode}}
{{ 'Phone' | i18n }}: {{::location.phone || merchant.phone}}


{{ ::order.collect.method == 'pickup' ? 'Pickup time' : 'Delivery time' | i18n }}

{{ ::order.collect.time | timeRange:location.timezone }}
{{ 'Payment' | i18n }}
**** **** **** {{::card.last4}}

{{ 'Save details for future use' | i18n }}

{{ 'You will be redirected to our payment partner PAYGATE PTY LTD to finalise payment and be returned on completion.' | i18n }}