{layout:simple} {class:Shop.inc.product_info} <% decimal price_market=ProductPrice_Market(product); decimal price=ProductPrice(product); int levelcount=ProductLevelCount(product); %>
<%=Lang(product.Name) %>
<%=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)%>
<%} %>
<%=Get_guige(product)%> <% int stock=ProductStock(product); if (product.Type_id_ProductStatus == 101 && (stock > 0 || SYS.IsNullStockSale=="1" || product.Type_id_ProductType==324)) { %>
<%=Tag("购买数量")%>:
<%=Shop.Bussiness.EX_Product.ProductUnit(product,CurrentLanguage)%> <% if(stock>0){ %> <%=Tag("库存")%>:<%=stock %><%=Shop.Bussiness.EX_Product.ProductUnit(product,CurrentLanguage)%> <%}%>
<%} %>
<%if ((product.Type_id_ProductType == 321 || product.Type_id_ProductType == 322 || product.Type_id_ProductType == 323) && System.DateTime.Now < product.Time_Start) { %> <%=Tag("尚未开始")%> <%} else if ((product.Type_id_ProductType == 321 || product.Type_id_ProductType == 322 || product.Type_id_ProductType == 323) && System.DateTime.Now > product.Time_Expired) { %> <%=Tag("已结束")%> <%} else { %> <% if (product.Type_id_ProductStatus == 100 || product.Type_id_ProductStatus == 103) { %>
<%=Tag("该商品已经下架")%>
<%} else if (stock < 1 && SYS.IsNullStockSale!="1" && product.Type_id_ProductType!=324) { %>
<%=Tag("该商品已经售罄")%>
<%} else { %> <%=Tag("加入购物车")%> <%=Tag("立刻购买")%> <%=Tag("收藏")%> <%} %> <%} %> <%if (Shop.Bussiness.ShopCache.GetBaseConfig().MailSign.ToLower().Contains("sendfriend")){ %>

" class="a-email"><%=Tag("邮件分享")%>

<%} %>