{{store.name}}
{{#store.address_lines}}
{{.}}
{{/store.address_lines}}
{{#store.phone}}
{{store.phone}}
{{/store.phone}}
{{#store.tax_ids}}
{{label}}: {{value}}
{{/store.tax_ids}}
{{#store.opening_hours}}
{{store.opening_hours}}
{{/store.opening_hours}}
{{i18n.receipt}}
| {{i18n.order}} |
#{{order.number}} |
| {{i18n.date}} |
{{order.created.datetime}} |
{{#cashier.name}}
| {{i18n.cashier}} |
{{cashier.name}} |
{{/cashier.name}}
{{#customer.name}}
| {{i18n.customer}} |
{{customer.name}} |
{{/customer.name}}
{{#lines}}
{{name}}
|
{{qty}} x {{unit_price_display}}{{#sku}} ({{sku}}){{/sku}}
|
{{line_total_display}} |
{{/lines}}
| {{i18n.subtotal}} |
{{totals.subtotal_display}} |
{{#discounts}}
| {{label}} |
-{{total_display}} |
{{/discounts}}
{{#shipping}}
| {{label}} |
{{total_display}} |
{{/shipping}}
{{#fees}}
| {{label}} |
{{total_display}} |
{{/fees}}
{{#tax_summary}}
| {{#tax.display_excl}}{{label}}{{#rate}} ({{rate}}%){{/rate}}{{/tax.display_excl}}{{#tax.display_incl}}{{i18n.included_tax}}: {{label}}{{#rate}} ({{rate}}%){{/rate}}{{/tax.display_incl}} |
{{tax_amount_display}} |
{{/tax_summary}}
| {{i18n.total}} |
{{totals.total_incl_display}} |
{{#payments}}
| {{method_title}} |
{{amount_display}} |
{{#tendered}}
| {{i18n.tendered}} |
{{tendered_display}} |
{{/tendered}}
{{#change}}
| {{i18n.change}} |
{{change_display}} |
{{/change}}
{{/payments}}
{{#order.customer_note}}
{{i18n.customer_note}}:
{{order.customer_note}}
{{/order.customer_note}}
{{i18n.thank_you_purchase}}