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

{{/productImages}}
{{#js_compare "this.foodType == 'Veg'"}}
{{/js_compare}}
{{#js_compare "this.foodType == 'Non-Veg'"}}
{{/js_compare}}
{{productName}}
- {{@global.pageLanguageSetting.quantity_food}}:{{maxQuantity}}
- {{@global.pageLanguageSetting.price_food}}:{{#if @global.ecommCurrencySymbol}}{{format_currency currency}}{{maxPrice}}{{else}}{{maxPrice}}{{format_currency currency}}{{/if}}
- {{@global.pageLanguageSetting.subtotal_food}}:{{#if @global.ecommCurrencySymbol}}{{format_currency currency}} {{orderQuantityyprice this.price this.quantity}} {{else}} {{orderQuantityyprice this.price this.quantity}} {{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}}