| {tag:购物车为空,请将您要购买的商品放入购物车} |
|
"><%=Lang(model.Name) %>
<%if (Shop.Bussiness.EX_Product.ProPertyNameStr(model, CurrentLanguage.Code) !=""){ %> <%=Shop.Bussiness.EX_Product.ProPertyNameStr(model, CurrentLanguage.Code)%><%} %> <%if (p.ProPerty134 !=""){ %> <%=p.ProPerty134 %><%} %> |
<%
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));
%>
|
|
|---|---|---|
| {tag:数量}: <%if (model.Type_id_ProductType != 321 || (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 %>)" class="qty-reduce"<%}else{ %> class="qty-reduce-gray"<%} %> value="" /> | ||
|
">[{tag:赠品}] <%=Lang(model.Name) %>
<%if (Shop.Bussiness.EX_Product.ProPertyNameStr(model, CurrentLanguage.Code) !=""){ %> <%=Shop.Bussiness.EX_Product.ProPertyNameStr(model, CurrentLanguage.Code)%><%} %> <%if (p.ProPerty134 !=""){ %> <%=p.ProPerty134 %><%} %> |
|
|
|---|---|---|
| {tag:数量}:<%=p.count %> | ||
{tag:减免}:<%=FormatMoney(shop.Money_Cut)%>
<%} %>{tag:购买价}:<%=FormatMoney(shop.Money_Product-shop.Money_Cut)%>
<%if(shop.Money_Property>0){ %>{tag:其它费用}:<%=FormatMoney(shop.Money_Property)%>
<%} %>{tag:节省}:<%=FormatMoney(shop.Money_Market - shop.Money_Product-shop.Money_Cut)%>
{tag:所需积分}:<%=shop.Point_Buy%>
<%} %> <%if(shop.Point>0){ %>{tag:获得积分}:<%=shop.Point%>
<%} %> <%if (shop.Weight>0){ %>{tag:总重量}:<%=shop.Weight%> {tag:KG}
<%} %>{tag:减免}:<%=FormatMoney(basket.Money_Cut)%>
<%} %>{tag:购买价}:<%=FormatMoney(basket.Money_Product-basket.Money_Cut)%>
<%if(basket.Money_Property>0){ %>{tag:其它费用}:<%=FormatMoney(basket.Money_Property)%>
<%} %>{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_Tax)%>