{{#orderList}}
{{#js_compare "this.status != 'Pending'"}}
{{orderId}} ({{@global.pageLanguageSetting.total_food}} {{noOfProducts}} {{@global.pageLanguageSetting.items_mcom}}) {{@global.pageLanguageSetting.dining_paid}}
{{else}}
{{orderId}} ({{@global.pageLanguageSetting.total_food}} {{noOfProducts}} {{@global.pageLanguageSetting.items_mcom}}) {{@global.pageLanguageSetting.dining_call_for_bill_msg}}
{{/js_compare}}
{{/orderList}}
{{@global.pageLanguageSetting.order_detail_food}}
- {{orderDate}}
- {{paymentMethod}} {{#if transactionId}}
- {{transactionId}} {{/if}}
- {{noOfProducts}} {{#js_compare "this.discount != 0"}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxDiscount}}{{else}}{{maxDiscount}}{{format_currency currency}}{{/if}} {{/js_compare}} {{#js_compare "this.vendorDiscount != 0"}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxVendorDiscount}}{{else}}{{maxVendorDiscount}}{{format_currency currency}}{{/if}} {{/js_compare}} {{#js_compare "this.coupon != 0"}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxCoupon}}{{else}}{{maxCoupon}}{{format_currency currency}}{{/if}} {{/js_compare}} {{#js_compare "this.delivery != 0"}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxDelivery}}{{else}}{{maxDelivery}}{{format_currency currency}}{{/if}} {{/js_compare}} {{#js_compare "this.tax != 0"}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxTax}}{{else}}{{maxTax}}{{format_currency currency}}{{/if}} {{/js_compare}} {{#js_compare "this.tip != 0"}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxTip}}{{else}}{{maxTip}}{{format_currency currency}}{{/if}} {{/js_compare}} {{#misctax}} {{#js_compare "this.taxAmount != 0"}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxTaxAmount}}{{else}}{{maxTaxAmount}}{{format_currency currency}}{{/if}} {{/js_compare}} {{/misctax}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxSubtotal}}{{else}}{{maxSubtotal}}{{format_currency currency}}{{/if}}
- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxGtotal}}{{else}}{{maxGtotal}}{{format_currency currency}}{{/if}}
- {{@global.pageLanguageSetting.view_items_mcom}} {{#js_compare "this.pickupComment != ''"}}
- {{pickupComment}}
{{/js_compare}}
{{#if billing.checkbill}}
{{@global.pageLanguageSetting.billing_address_food}}
{{/if}}
-
{{name}} , {{address}} ,{{city}} ,{{state}} ,{{country}}
Telephone :{{phone}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{/if}}