{{@global.pageLanguageSetting.My_Orders_mcom}}
{{#if orderList.length}}
{{#orderList}}
{{orderId}} ({{@global.pageLanguageSetting.total_mcom}} {{noOfProducts}} {{@global.pageLanguageSetting.items_mcom}})
{{@global.pageLanguageSetting.order_details_mcom}}
  • {{orderDate}}
  • {{paymentMethod}}
  • {{#js_compare "this.transitionId != '' "}}
  • {{currency}} {{transitionId}}
  • {{/js_compare}}
  • {{status}}
  • {{noOfProducts}}
  • {{#js_compare "this.discount != '0.00'"}}
  • {{currency}} {{discount}}
  • {{/js_compare}} {{#js_compare "this.coupon != '0.00'"}}
  • {{currency}} {{coupon}}
  • {{/js_compare}} {{#js_compare "this.delivery != '0.00'"}}
  • {{currency}} {{delivery}}
  • {{/js_compare}} {{#js_compare "this.tax != '0.00'"}}
  • {{currency}} {{tax}}
  • {{/js_compare}} {{#js_compare "this.tip != '0.00'"}}
  • {{currency}} {{tip}}
  • {{/js_compare}} {{#misctax}} {{#js_compare "this.tax != '0.00'"}}
  • {{currency}} {{taxAmount}}
  • {{/js_compare}} {{/misctax}}
  • {{currency}} {{subtotal}}
  • {{currency}} {{js "this.subtotal + this.delivery + this.tax + this.tip - this.discount - this.coupon"}}
  • {{@global.pageLanguageSetting.view_items_mcom}}
  • {{pickupComment}}
{{#billing}} {{@global.pageLanguageSetting.billing_address_mcom}}
  • {{name}} , {{address}} ,{{city}} ,{{state}} ,{{country}}
    Telephone :{{phone}}

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

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