<%if (basket.Products.Count == 0 && basket.FreeProducts.Count == 0){%>
{tag:购物车为空,请将您要购买的商品放入购物车}
<%}else{ %> <%foreach(Shop.Model.BasketShop shop in basket.Shops){ %> <%if (shop.Shop.id==0 && basket.Shops.Count==1){%><%}else{ %>
<%if (shop.Shop.id==0){%>{tag:自营商品}<%}else {%><%=Lang(shop.Shop.Name) %><%} %>
<%} %>
<% foreach (Shop.Model.Lebi_User_Product p in shop.Products) { Shop.Model.Lebi_Product model = GetProduct(p.Product_id); int levelcount=ProductLevelCount(model); %> <%} %>
{tag:商品名称} {tag:市场价} {tag:购买价} {tag:折扣} {tag:数量} {tag:小计} {tag:操作}
" target="_blank"><%=Lang(model.Name) %>
{tag:商品编号}:<%=model.Number %> <%=Shop.Bussiness.EX_Product.ProPertyNameStr(model, CurrentLanguage.Code)%> <%if (p.ProPerty134 !=""){ %>
<%=p.ProPerty134 %><%} %>
<%=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:移除购物车}
<%if(shop.FreeProducts.Count>0){ %> <% foreach(Shop.Model.Lebi_User_Product p in shop.FreeProducts){ Shop.Model.Lebi_Product model = GetProduct(p.Product_id); %> <%} %>
{tag:赠品} {tag:市场价} {tag:数量}
" target="_blank"><%=Lang(model.Name) %>
{tag:商品编号}:<%=model.Number %>
<%=FormatMoney(model.Price_Market) %> <%=p.count %>
<%} %> <%if(shop.PromotionTypes.Count>0){ %>
{tag:优惠促销}:<% foreach(Lebi_Promotion_Type pt in shop.PromotionTypes){ %> <%=shop.Shop.id>0?"["+Lang(shop.Shop.Name)+"]":"" %><%=Lang(pt.Name) %>   <%} %>
<%} %> <%if (shop.Products.Count > 0 || shop.FreeProducts.Count > 0) {%>
<%if (shop.Money_Market > 0){ %>{tag:市场价}:<%=FormatMoney(shop.Money_Market)%>  <%} %> <%if (shop.Money_Cut>0){ %>{tag:减免}:<%=FormatMoney(shop.Money_Cut)%>  <%} %> {tag:购买价}:<%=FormatMoney(shop.Money_Product-shop.Money_Cut)%>   <%if(shop.Money_Property>0){ %> {tag:其它费用}:<%=FormatMoney(shop.Money_Property)%>   <%} %> <%if (shop.Money_Market - shop.Money_Product - shop.Money_Cut >0){ %>{tag:节省}:<%=FormatMoney(shop.Money_Market - shop.Money_Product-shop.Money_Cut)%>  <%} %> <%if(shop.Point_Buy>0){ %> {tag:所需积分}:<%=shop.Point_Buy%>   <%} %> <%if(shop.Point>0){ %> {tag:获得积分}:<%=shop.Point%>   <%} %> <%if (shop.Weight>0){ %>{tag:总重量}:<%=shop.Weight%> {tag:KG}<%} %>
<%} %> <%if(IsMutiCash==true){ %> <%} %> <%} %> <%if(IsMutiCash==false){ %> <%if (basket.Shops.Count > 1){%>
<%if (basket.Money_Market > 0){ %>

{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)%>

<%} %> <%if(basket.Point_Buy>0){ %>

{tag:所需积分}:<%=basket.Point_Buy%>

<%} %> <%if(basket.Point>0){ %>

{tag:获得积分}:<%=basket.Point%>

<%} %> <%if (basket.Weight>0){ %>

{tag:总重量}:<%=basket.Weight%> {tag:KG}

<%} %>
<%} %> <%} %> <%if(basket.Money_Refund_VAT>0){ %>
<%if(basket.Money_Refund>0){ %>

{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)%>

<%} %>
<%} %> <%if(basket.Money_Tax>0){ %>

{tag:税金}:<%=FormatMoney(basket.Money_Tax)%>

<%} %> <%} %>