{{@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}} {{#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}}