{{#orderList}}
{{orderId}} ({{@global.pageLanguageSetting.total_mcom}} {{noOfProducts}} {{@global.pageLanguageSetting.items_mcom}})
{{/orderList}}
{{@global.pageLanguageSetting.order_details_mcom}}
- {{orderDate}}
- {{paymentMethod}} {{#js_compare "this.transitionId != '' "}}
- {{transitionId}} {{/js_compare}}
- {{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.tax != '0.00'"}}
- {{format_currency currency}}{{taxAmount}} {{/js_compare}} {{/misctax}}
- {{format_currency currency}}{{subtotal}}
- {{format_currency 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}}
{{/billing}}
-
{{name}} , {{address}} ,{{city}} ,{{state}} ,{{country}}
Telephone :{{phone}}
{{#shipping}}
{{@global.pageLanguageSetting.shipping_address_mcom}}
{{/shipping}}
-
{{name}} , {{address}} ,{{city}} ,{{state}} ,{{country}}
Telephone :{{phone}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{/if}}