| {tag:购物车为空,请将您要购买的商品放入购物车} |
| {tag:商品名称} | {tag:市场价} | {tag:购买价} | {tag:折扣} | {tag:数量} | {tag:小计} | {tag:操作} | ||
|---|---|---|---|---|---|---|---|---|
|
<%=FormatMoney(Shop.Bussiness.EX_Product.ProductMarketPrice(model)) %> | <% if(model.Type_id_ProductType==323 && model.Time_Expired > System.DateTime.Now) Response.Write(Tag("积分")+":"+model.Price_Sale); else Response.Write(FormatMoney(p.Product_Price)); %> | <%=p.Discount==100?"-":p.Discount+"%" %> | <%if ((model.Type_id_ProductType == 321 || model.Type_id_ProductType == 322) && (System.DateTime.Now > model.Time_Expired)) { model.Count_Limit=0; } %> 1){ %>onclick="UserProduct_Edit(<%=model.id %>,142,$('#BasketCount<%=model.id %>').val()/1-1,'edit',<%=model.Count_Limit %>,<%=levelcount %>)" class="qty-reduce"<%}else{ %> class="qty-reduce-gray"<%} %> value="" /> | <%=FormatMoney(p.Product_Price*p.count*p.Discount/100) %> |
|
| {tag:赠品} | {tag:市场价} | {tag:数量} | |||
|---|---|---|---|---|---|
|
<%=FormatMoney(model.Price_Market) %> | <%=p.count %> |
{tag:市场价}:<%=FormatMoney(basket.Money_Market)%>
<%} %> <%if (basket.Money_Cut>0){ %>{tag:减免}:<%=FormatMoney(basket.Money_Cut)%>
<%} %>{tag:购买价}:<%=FormatMoney(basket.Money_Product-basket.Money_Cut)%>
<%if(basket.Money_Property>0){ %>{tag:其它费用}:<%=FormatMoney(basket.Money_Property)%>
<%} %> <%if (basket.Money_Market - basket.Money_Product - basket.Money_Cut >0){ %>{tag:节省}:<%=FormatMoney(basket.Money_Market - basket.Money_Product-basket.Money_Cut)%>
{tag:所需积分}:<%=basket.Point_Buy%>
<%} %> <%if(basket.Point>0){ %>{tag:获得积分}:<%=basket.Point%>
<%} %> <%if (basket.Weight>0){ %>{tag:总重量}:<%=basket.Weight%> {tag:KG}
<%} %>{tag:退税总额}:<%=FormatMoney(basket.Money_Refund)%>
<%} %> <%if(basket.Money_Refund>basket.OtherSite_Money_Refund && basket.OtherSite_Money_Refund>0){ %>{tag:高街退税额}:<%=FormatMoney(basket.OtherSite_Money_Refund)%>
<%} %> <%if(basket.Money_Refund - basket.OtherSite_Money_Refund>0){ %>{tag:预计本次购物您多得退税额}:<%=FormatMoney(basket.Money_Refund - basket.OtherSite_Money_Refund)%>
<%} %>{tag:税金}:<%=FormatMoney(basket.Money_Tax)%>