Sorry, receipt {{orderId}} not found!
{{merchant.name}}
{{order.orderType}} order: {{order.id}} ({{order.title}})
Order note: {{getOrderNote()}}
Scheduled for:
ETA:
{{getOrderSchedule()}}
{{i.quantity}}x {{i.name}}
{{getItemTotalPrice(i) | currencyFormat(merchant.currencyCode)}}
{{m.name}} - x{{m.quantity}}
Discount
-{{order.discountAmount / 100 | currencyFormat(merchant.currencyCode)}}
Subtotal
{{order.subtotal / 100 | currencyFormat(merchant.currencyCode)}}
Tax
{{order.taxAmount / 100 | currencyFormat(merchant.currencyCode)}}
Tips
{{order.tipsAmount / 100 | currencyFormat(merchant.currencyCode)}}
Total
{{order.total / 100 | currencyFormat(merchant.currencyCode)}}
Pay later
Customer info
Name: {{customer.firstName}} {{customer.lastName}}
Phone: {{customer.phone}}
Email: {{customer.email}}
{{getCurbSideNote()}}