{{@global.pageLanguageSetting.My_Orders_food}}
{{@global.foodCartCount}}
{{#if orderList.length}}
{{#orderList}}
{{orderId}} ({{@global.pageLanguageSetting.total_food}} {{noOfProducts}} items)
{{@global.pageLanguageSetting.order_detail_food}}
  • {{orderDate}}
  • {{paymentMethod}}
  • {{orderType}}
  • {{#if transactionId}}
  • {{transactionId}}
  • {{/if}}
  • {{status}}
  • {{noOfProducts}}
  • {{#js_compare "this.discount != '0.00'"}}
  • {{format_currency currency}}{{discount}}
  • {{/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}}
  • View items
  • {{pickupComment}}
{{#billing}} {{@global.pageLanguageSetting.billing_address_food}}
  • {{name}} , {{address}} ,{{city}} ,{{state}} ,{{country}}
    Telephone :{{phone}}

{{/billing}}
{{#shipping}} {{@global.pageLanguageSetting.shipping_address_food}}
  • {{name}} , {{address}} ,{{city}} ,{{state}} ,{{country}}
    Telephone :{{phone}}

{{/shipping}}
{{/orderList}}
{{else}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{/if}}