Product

Product List
<% var i = 1; list.forEach(function(data) { %> <% if (data.status === 'active') { %> <% } else { %> <% } %> <% i++; }) %>
Image Product Stock Price Published Status Action
<%= data.productName %>

Category Name: <%=data.category%>

<%= data.stock %> ₹ <%= data.price %> <%= moment(data.createdAt).format('DD MMM, YYYY') %> <%= moment(data.createdAt).format('HH:mm:A') %> <%= data.status %><%= data.status %>
    <% if(!data.parentProductId) { %>
  • <% } %>
<% if (!list || list.length <1) { %>
Sorry! No Result Found

We've searched more than 150+ coupons We did not find any coupons for you search.

<% } %>
<% if (listCount > 0) { %>
Showing <% if (((currentPage - 1) * pageSize) + 1 == listCount) { %> <%= listCount %> <% } else { %> <%= ((currentPage - 1) * pageSize) + 1 %> to <%= currentPage == pageCount ? listCount : (currentPage * pageSize) %> <% } %> of <%= listCount %> entries
<% if (currentPage > 1) { %> <% } else { %> <% } %> <% for (let i = 1; i <= pageCount; i++) { %> <% if (i >= currentPage - 2 && i <= currentPage + 2) { %> <% } %> <% } %> <% if (currentPage < pageCount) { %> <% } else { %> <% } %>
<% } %>