-
{{#productList}}
{{#productImages}}

{{/productImages}}
{{#js_compare "this.foodType == 'Veg'"}}
{{/js_compare}}
{{#js_compare "this.foodType == 'Non-Veg'"}}
{{/js_compare}}
{{productName}}
- {{@global.pageLanguageSetting.quantity_food}}:{{quantity}}
- {{@global.pageLanguageSetting.price_food}}:{{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{price}}{{else}}{{price}}{{format_currency currency}}{{/if}}
- {{@global.pageLanguageSetting.subtotal_food}}:{{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{js "parseFloat(this.price * this.quantity).toFixed(2)"}}{{else}}{{js "parseFloat(this.price * this.quantity).toFixed(2)"}}{{format_currency currency}}{{/if}}
{{#js_compare "this.custom_option != ''"}}
- Custom option:{{custom_option}}
{{/js_compare}}
-
{{@global.pageLanguageSetting.post_review_food}}
{{@global.pageLanguageSetting.reorder_food}}
{{/productList}}