×
<%= flash[:error] %>
<% end %>
<%
if session[:btn_lock_request].to_s.present?
%>
<% end %>
<% end %>
checked<% elsif @PostCheckFlags%><% else %>checked <% end %> name="show_latest" id="show_latest" value="Y"/> Show Latest
S.No | Image | Product | Category | Sub-Category | Gender | Material | Select All | Action |
---|---|---|---|---|---|---|---|---|
<%= i %> | <%=product.pd_id%> | <%=product.pd_category.upcase%> | <%=product.pd_subcategory.upcase%> | <% if gender == 'OTH'%> OTHER <% else %> <%=gender.upcase%> <%end%> | <%=material%> | <% if session[:btn_lock_request].to_s.present? checkedval = get_selected_catlog_listed(@compcodes,product.pd_id) %> <% else %> <% end %> | ||
No record(s) found. |
<% pagestart = params[:page].present? ? params[:page].to_i : 1 %>
<% i = pagestart <= 1 ? 1 : ((pagestart - 1) * 12) + 1 %>
<% if @product_grid.length>0 %>
<% @product_grid.each do |product| %>
<%
gender=""
material=""
materialobj=get_basic_information(product.pd_compcode,product.pd_id)
if materialobj
material = materialobj.pd_bsc_material
gender = materialobj.pd_bsc_gender
end
%>
<% end %>
<% else %>
<%= product.pd_id %>
Category: <%=product.pd_category.upcase%>
Sub-Category: <%=product.pd_subcategory.upcase%>
Gender: <%=gender.upcase%>
<% if session[:btn_lock_request].to_s.present? %>
<%
checkedval = get_selected_catlog_listed(@compcodes, product.pd_id)
%>
checked<% end %> onclick="gridview_catlog_product_selection('<%= product.pd_id %>', '<%= product.id %>');" class="boxsize" data-module-id="2" name="mychecked_selected[]" id="mychecked_selected_<%= product.id %>" value="<%= product.pd_id %>">
<% end %>
No products available
<% end %>