<%=details.id>0 ? 'Update Products' : 'Create Products'%>

Please Enter Product Name.
This field is required.
Please Enter Product's Actual Price.
Please Enter Product's offer Price.

Product Image

click here to upload

<% if(details && details.productImages && details.productImages.length ) { %> <% let i=1; details?.productImages.forEach(function(pImg) { %>
<% i++; }) %> <% } %>
Og Image

Add Product og image

<% if (details?.og_image) { %>
<% }else{ %>
<% } %>

Configurable Product

<% if (configurableProducts.length) { %> <% configurableProducts.forEach(function(val) { %>
<% }) %> <%}else{%>
<% } %>

Faqs

<% if (productFaqs.length) { %> <% productFaqs.forEach(function(val) { %>

<% }) %> <%}else{%>
<% } %>