<%= __('admin.product.edit_product'); %>

Browse

<%= (result.pairing_foods_images_file_name) ? result.pairing_foods_images_file_name : ''%>

Browse

<%= (result.product_sheet_file_name) ? result.product_sheet_file_name : ''%>

Browse

<%= (result.shelf_talker_file_name) ? result.shelf_talker_file_name : ''%>
<% if(sizes.length > 0){ %>

<%= __('admin.product.product_images_with_product_size'); %> *

<% sizes.map((records, index)=>{ var selected = (result.product_images && result.product_images[index] && result.product_images[index]['size'] == String(records.id)) ? 'checked' : ''; %> <% });%>
# Size Upload Image Uploaded Image Mark as default
/>

Browse

name="default_product_image" value="<%= records.id%>" id="md_checkbox_11<%= index%>" class="filled-in chk-col-green" />
<% };%>
<% if(serving_temperature_category.length > 0){ %>

<%= __('admin.product.serving_temperature'); %> *

<% serving_temperature_category.map((records, index)=>{ %> <% });%>
# Type Temperature Rating
name="serving_temperature[<%= index%>][category_id]" value="<%= records.id%>" id="md_checkbox_2<%= index%>" class="filled-in chk-col-red" />
<% };%>
<%- contentFor("css") %> <%- contentFor("script") %>