{{#orderList}}
{{orderId}} ({{@global.pageLanguageSetting.total_food}} {{noOfProducts}} {{@global.pageLanguageSetting.items_mcom}})
{{/orderList}}
{{@global.pageLanguageSetting.order_detail_food}}
- {{orderDate}}
- {{orderType}} {{#js_compare "this.orderType == 'pickup'"}}
- {{deliveryPickupTime}} {{else}}
- {{deliveryPickupTime}} {{/js_compare}}
- {{paymentMethod}} {{#if transactionId}}
- {{transactionId}} {{/if}}
- {{status}}
- {{noOfProducts}} {{#js_compare "this.discount != '0.00'"}}
- {{format_currency currency}}{{discount}} {{/js_compare}} {{#js_compare "this.vendorDiscount != '0.00'"}}
- {{format_currency currency}}{{vendorDiscount}} {{/js_compare}} {{#js_compare "this.coupon != '0.00'"}}
- {{format_currency currency}}{{coupon}} {{/js_compare}} {{#js_compare "this.delivery != '0.00'"}}
- {{format_currency currency}}{{delivery}} {{/js_compare}} {{#js_compare "this.tax != '0.00'"}}
- {{format_currency currency}}{{tax}} {{/js_compare}} {{#js_compare "this.tip != '0.00'"}}
- {{format_currency currency}}{{tip}} {{/js_compare}} {{#misctax}} {{#js_compare "this.taxAmount != '0.00'"}}
- {{format_currency currency}}{{taxAmount}} {{/js_compare}} {{/misctax}}
- {{format_currency currency}}{{subtotal}}
- {{format_currency currency}}{{gtotal}}
- {{@global.pageLanguageSetting.view_items_mcom}}
- {{pickupComment}}
{{#billing}}
{{@global.pageLanguageSetting.billing_address_food}}
{{/billing}}
{{#js_compare "this.orderType != 'pickup'"}}
-
{{name}} , {{address}} ,{{city}} ,{{state}} ,{{country}}
Telephone :{{phone}}
{{#shipping}}
{{@global.pageLanguageSetting.shipping_address_food}}
{{/shipping}}
{{/js_compare}}
-
{{name}} , {{address}} ,{{city}} ,{{state}} ,{{country}}
Telephone :{{phone}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{/if}}