%
decimal price_market=ProductPrice_Market(product);
decimal price=ProductPrice(product);
int levelcount=ProductLevelCount(product);
%>
-
<%=Tag("商品编号")%>:
-
<%=product.Number %>
<%if (product.Type_id_ProductType == 320)
{ %>
<%if (price_market > 0){ %>
-
<%=Tag("市场价")%>:
-
<%=FormatMoney(price_market) %>
<%} %>
-
<%=Lang(CurrentUserLevel.PriceName) %>:
-
<%=FormatMoney(price) %>
<%if (price_market > 0){ %> <%=Tag("节省")%>:<%=FormatMoney(price_market-price) %><%} %>
<%} %>
<%if (product.Type_id_ProductType == 324)
{ %>
<%if (product.Price_Market > 0){ %>
-
<%=Tag("市场价")%>:
-
<%=FormatMoney(product.Price_Market) %>
<%} %>
-
<%=Lang(CurrentUserLevel.PriceName) %>:
-
<%=FormatMoney(price) %>
<%if (product.Price_Market > 0){ %> <%=Tag("节省")%>:<%=FormatMoney(product.Price_Market-price) %><%} %>
-
<%=Tag("定金") %>:
-
<%=FormatMoney(product.Price_reserve) %>
<%=Tag("到货周期")%>:<%=product.Reserve_days%><%=Tag("天")%>
<%} %>
<%if (product.Type_id_ProductType == 321 || product.Type_id_ProductType == 322)
{ %>
<%if (product.Price_Market > 0){ %>
-
<%=Tag("市场价")%>:
-
<%=FormatMoney(product.Price_Market) %>
<%} %>
-
<%if (product.Type_id_ProductType == 321)
{ %><%=Tag("抢购价")%><%}
else if (product.Type_id_ProductType == 322)
{ %><%=Tag("团购价")%><%} %>:
-
<%=FormatMoney(product.Price_Sale)%><%if (product.Price_Market > 0){ %> <%=Discount(product.Price_Market, product.Price_Sale)%>% <%=Tag("折")%><%} %>
<%if (product.Type_id_ProductType == 322)
{%>
-
<%=Tag("已参团")%>:
-
<%=product.Count_Sales_Show%>
<%} %>
<%if (product.Count_Limit > 0)
{ %>
-
<%=Tag("每人限购")%>:
-
<%=product.Count_Limit%>
<%=Shop.Bussiness.EX_Product.ProductUnit(product,CurrentLanguage)%>
<%} %>
<%if (System.DateTime.Now < product.Time_Start)
{ %>
-
<%=Tag("开始")%>:
-
<%=product.Time_Start%>
<%} %>
-
<%if (System.DateTime.Now < product.Time_Start)
{ %><%=Tag("倒计时")%><%}
else
{ %><%=Tag("剩余")%><%} %>:
-
0<%=Tag("天")%>0<%=Tag("小时")%>0<%=Tag("分钟")%>0<%=Tag("秒")%>
<%}%>
<%if (product.Type_id_ProductType == 323)
{%>
<%if (price > 0){ %>
-
<%=Tag("销售价")%>:
-
<%=FormatMoney(price) %>
<%} %>
-
<%=Tag("兑换积分")%>:
-
<%=product.Price_Sale%>
<%} %>
<%string stepp=StepPriceShow(product);if(stepp!=""){%>
-
<%=Tag("阶梯价格") %>:
-
<%=stepp%>
<%}%>
<%if (product.Brand_id > 0)
{ %>
-
<%=Tag("商品品牌")%>:
-
" target="_blank">
<%=Shop.Bussiness.EX_Product.ProductBrand(product,CurrentLanguage)%>
<%} %>
<%foreach (Shop.Model.KeyValue kv in ProPertys)
{ %>
<%if (kv.V != "")
{ %>
-
<%=kv.K %>:
-
<%=kv.V %>
<%} %>
<%} %>
<%if (product.Supplier_id > 0)
{ %>
-
<%=Tag("服务商家")%>:
-
" class="color">
<%=Lang(Shop.Bussiness.EX_Supplier.GetUser(product.Supplier_id).Name)%>
<%} %>