{{#items}}
{{quantity}}
{{productName}}
{{#js_compare "this.custom_option != ''"}}
{{custom_option}}
{{/js_compare}}
{{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{quantityprice price quantity}}{{else}}{{quantityprice price quantity}}{{format_currency currency}}{{/if}}
{{/items}}
{{#orderDetail}}
Order Details
-
{{orderDate}}
{{#js_compare "this.pickupComment != '' "}}- {{pickupComment}}
{{/js_compare}}
{{#js_compare "this.orderType != 'pickup'"}}
- {{deliveryPickupTime}}
{{else}}
- {{deliveryPickupTime}}
{{/js_compare}}
{{#js_compare "this.status == 'Complete'"}}
- {{orderLastUpdateDate}}
{{/js_compare}}
- {{paymentMethod}}
-
{{#js_compare "this.paymentStatus == 'Complete'"}}{{@global.pageLanguageSetting.complete}}{{/js_compare}}
{{#js_compare "this.paymentStatus == 'processing'"}}{{@global.pageLanguageSetting.processing}}{{/js_compare}}
{{#js_compare "this.paymentStatus == 'Success'"}}{{@global.pageLanguageSetting.success_food}}{{/js_compare}}
{{#js_compare "this.paymentStatus == 'Cancelled'"}}{{@global.pageLanguageSetting.store_cancelled}}{{/js_compare}}
{{#js_compare "this.paymentStatus == 'failure'"}}{{@global.pageLanguageSetting.failure}}{{/js_compare}}
-
{{#js_compare "this.status == 'Pending'"}}{{@global.pageLanguageSetting.pending}}{{/js_compare}}
{{#js_compare "this.status == 'Processing'"}}{{@global.pageLanguageSetting.processing}}{{/js_compare}}
{{#js_compare "this.status == 'Complete'"}}{{@global.pageLanguageSetting.complete}}{{/js_compare}}
{{#js_compare "this.status == 'Cancelled'"}}{{@global.pageLanguageSetting.store_cancelled}}{{/js_compare}}
{{#js_compare "this.status == 'In Transit'"}}{{@global.pageLanguageSetting.in_transit}}{{/js_compare}}
{{#js_compare "this.subtotal != '0.00' "}}- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxSubTotal}}{{else}}{{maxSubTotal}}{{format_currency currency}}{{/if}}
{{/js_compare}}
{{#js_compare "this.vendorDiscount != '' "}}- - {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxVendordiscount}}{{else}}{{maxVendordiscount}}{{format_currency currency}}{{/if}}
{{/js_compare}}
{{#js_compare "this.discount != '0' "}}- - {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxDiscount}}{{else}}{{maxDiscount}}{{format_currency currency}}{{/if}}
{{/js_compare}}
{{#js_compare "this.coupon != '0' "}}- - {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{coupon}}{{else}}{{coupon}}{{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}}
{{#misctax}}
{{#js_compare "this.tax != '0.00' "}}- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxTaxAmount}}{{else}}{{maxTaxAmount}}{{format_currency currency}}{{/if}}
{{/js_compare}}
{{/misctax}}
{{#js_compare "this.delivery != '0.00' "}}- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxDelivery}}{{else}}{{maxDelivery}}{{format_currency currency}}{{/if}}
{{/js_compare}}
{{#js_compare "this.tip != '0.00' "}}- {{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxTip}}{{else}}{{maxTip}}{{format_currency currency}}{{/if}}
{{/js_compare}}
{{/orderDetail}}