{{@global.pageLanguageSetting.order_confirmation}}
{{@global.pageLanguageSetting.Thank_you_order_food}}
{{@global.pageLanguageSetting.order_id_food}} : {{thanksjson.orderId}}
{{@global.pageLanguageSetting.payment_method_food}} : {{thanksjson.paymentMethodKe}}
-
{{#productList}}
{{#if offered}}
{{#if offeredDiscount}}
{{#js_compare "this.custom_optioncart != ''"}}
- {{name}} x {{orderQuantity}} {{format_currency currency}} {{js "parseFloat((this.price * this.orderQuantity)).toFixed(2)"}} {{else}}
- {{name}} x {{orderQuantity}} {{format_currency currency}} {{js "parseFloat((this.price - this.price * this.offeredDiscount / 100) * this.orderQuantity).toFixed(2)"}} {{/js_compare}} {{else}}
- {{name}} x {{orderQuantity}} {{format_currency currency}}{{js " parseFloat(this.price * this.orderQuantity).toFixed(2)"}} {{/if}} {{else}}
- {{name}} x {{orderQuantity}} {{format_currency currency}}{{js " parseFloat(this.price * this.orderQuantity).toFixed(2)"}} {{/if}} {{/productList}}
- {{@global.pageLanguageSetting.subtotal_food}}{{format_currency currency}}{{subTotal}} {{#root_Compare @root.discountPrice "!=" "0.00"}}
- {{@global.pageLanguageSetting.discount_food}} {{format_currency currency}}{{discountPrice}} {{/root_Compare}} {{#js_compare "this.couponDiscount != '0.00'"}}
- {{@global.pageLanguageSetting.coupon_food}} {{format_currency currency}}{{couponDiscount}} {{else}} {{/js_compare}} {{#root_Compare @root.vendordiscount "!=" "0.00"}}
- {{@global.pageLanguageSetting.restaurant_discount}} {{format_currency currency}}{{vendordiscount}} {{/root_Compare}} {{#js_compare "thanksjson.paymentMethodKe != 'pickup'"}} {{#root_Compare @root.deliveryPrice "!=" "0.00"}}
- {{@global.pageLanguageSetting.delivery_food}} {{format_currency currency}}{{deliveryPrice}} {{/root_Compare}} {{/js_compare}} {{#root_Compare @root.taxPrice "!=" "0.00"}}
- {{@global.pageLanguageSetting.tax_food}} {{format_currency currency}}{{taxPrice}} {{/root_Compare}} {{#if miscTax.list}}{{#miscTax.list}} {{#root_Compare @root.taxAmount "!=" "0.00"}}
- {{taxType}} {{format_currency currency}}{{taxAmount}} {{/root_Compare}} {{/miscTax.list}}{{/if}} {{#root_Compare @root.tipamount "!=" "0.00"}}
- {{@global.pageLanguageSetting.Tip}} {{format_currency currency}}{{tipamount}} {{/root_Compare}}
- {{@global.pageLanguageSetting.grand_total_food}}{{format_currency currency}}{{grandTotal}}
{{@global.pageLanguageSetting.payment_details_food}}
{{#root_Compare @root.payType "!=" "pickup"}}
{{#js_compare "thanksjson.paymentMethodKe != 'pickup'"}}
{{@global.pageLanguageSetting.name_food}} : {{shipping.name}}
{{@global.pageLanguageSetting.fc_mobile}} : {{shipping.phone}}
{{@global.pageLanguageSetting.email_id_food}} : {{billing.email}}
{{@global.pageLanguageSetting.billing_address_food}} : {{shipping.address}},{{shipping.city}},{{shipping.state}},{{shipping.country}}-{{shipping.zip}}
{{else}}
{{@global.pageLanguageSetting.name_food}} : {{billing.name}}
{{@global.pageLanguageSetting.fc_mobile}} : {{billing.phone}}
{{@global.pageLanguageSetting.email_id_food}} : {{billing.email}}
{{@global.pageLanguageSetting.billing_address_food}} : {{billing.address}},{{billing.city}},{{billing.state}},{{billing.country}}-{{billing.zip}}
{{/if}}
{{/js_compare}}
{{else}}
{{#if billing.billpickup}}.
{{@global.pageLanguageSetting.name_food}} : {{billing.name}}
{{@global.pageLanguageSetting.fc_mobile}} : {{billing.phone}}
{{@global.pageLanguageSetting.email_id_food}} : {{billing.email}}
{{@global.pageLanguageSetting.billing_address_food}} : {{billing.address}},{{billing.city}},{{billing.state}},{{billing.country}}{{#js_compare "this.billing.zip == ''"}} {{else}}-{{billing.zip}}{{/js_compare}}
{{/if}}
{{/root_Compare}}
{{#root_Compare @root.payType "==" "pickup"}}
{{@global.pageLanguageSetting.name_food}} : {{vendorName}}
{{@global.pageLanguageSetting.fc_mobile}} : {{store_mobile}}
{{@global.pageLanguageSetting.email_id_food}} : {{store_email}}
{{@global.pageLanguageSetting.address_food}} : {{storeAddress}}
{{/root_Compare}}