<%- include('../../../partials/header') %>
- داشبورد
- جزئیات سبد خرید فعلی
| # |
نام |
عکس |
رنگ |
سایز |
گارانتی |
تعداد |
قیمت |
مالیات |
سهم شرکت |
<% if(factor.Type=="0"){ %>
اضافه به سبد خرید بعدی |
<%}%>
حذف |
<% for (var i = 0; i < productItems.length; i++) { %>
| <%= i+1 %> |
<%= productItems[i].ProductDocument.Name%> |
 |
<%= productItems[i].ColorDocument[0].Name%> |
<%= productItems[i].SizeDocument[0].Name%> |
<%= productItems[i].GuaranteeDocument[0].Name%> |
<%= productItems[i].Number %> |
<%= productItems[i].Price %> |
(<%= productItems[i].TaxPercent %> %)<%= productItems[i].TaxPrice %> |
(<%= productItems[i].CompanyPercent%> %)<%= productItems[i].CompanyPrice %> |
<% if(factor.Type=="0"){ %>
|
<%} %>
|
<%}%>
<%- include("../../../partials/footer") %>