{tag:收货人信息}

{tag:配送方式}

{tag:支付方式}

<%if (SYS.BillFlag == "1") { %>

{tag:发票信息}

<%} %>
{tag:订单信息}
<%if (basket.Products.Count > 0) {%>
{tag:订单清单}
<% foreach (DB.LebiShop.Lebi_User_Product p in basket.Products) { DB.LebiShop.Lebi_Product model = GetProduct(p.Product_id); %> <%} %>
{tag:商品编号} {tag:商品名称} {tag:价格} {tag:折扣} {tag:数量} {tag:小计}
<%=model.Number%> " target="_blank"> <%=Lang(model.Name)%> <%=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)); %> <%=p.Discount==100?"-":p.Discount+"%" %> <%=p.count%> <% if(model.Type_id_ProductType==323 && model.Time_Expired > System.DateTime.Now) Response.Write(Tag("积分")+":"+model.Price_Sale* p.count); else Response.Write(FormatMoney(p.Product_Price * p.count * p.Discount / 100)); %>
<%} %> <%if (basket.FreeProducts.Count > 0) {%>
{tag:赠品清单}
<% foreach (DB.LebiShop.Lebi_User_Product p in basket.FreeProducts) { DB.LebiShop.Lebi_Product model = GetProduct(p.Product_id); %> <%} %>
{tag:商品编号} {tag:商品名称} {tag:数量}
<%=model.Number%> " target="_blank"> <%=Lang(model.Name)%> <%=p.count%>
<%} %>
<%if (basket.Money_Market >0){ %>{tag:市场价}:<%=FormatMoney(basket.Money_Market)%><%} %> <%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.Volume>0){ %>     {tag:体积}:<%=(basket.Volume/1000000).ToString("0.00")%> m³ <%} %>
<%if (basket.PromotionTypes.Count > 0) { %>
{tag:优惠促销}: <% foreach(BasketShop shop in basket.Shops){ foreach(Lebi_Promotion_Type pt in shop.PromotionTypes){ %> <%=shop.Shop.id>0?"["+shop.Shop.Company+"]":"" %><%=Lang(pt.Name) %>   <%}} %>
<%} %>
<%if (cards.Count > 0) { %>
{tag:使用代金券}
<%foreach (DB.LebiShop.Lebi_Card c in cards) { %> <%} %>
{tag:编号} {tag:名称} {tag:金额} {tag:使用条件} {tag:有效期}
money="<%=c.Money %>" name="pay312" id="pay312_<%=c.id %>" class="check" order="true" rflag="<%=c.IsCanOtherUse %>" onclick="select312(<%=c.id %>);"/><%=c.Code %> <%=cardname(c.CardOrder_id) %> <%=FormatMoney(c.Money) %> <%=cardinfo(c)%> <%=c.Time_End.ToString("yyyy-MM-dd")%>
<%} %>
{tag:使用礼品卡}
{tag:编号}: {tag:密码}: {tag:查询}
<%foreach (DB.LebiShop.Lebi_Card c in moneycards) { %> <%} %>
{tag:编号} {tag:名称} {tag:金额} {tag:余额} {tag:使用} {tag:有效期}
<%=c.Code %> <%=cardname(c.CardOrder_id) %> <%=FormatMoney(c.Money) %> <%=FormatMoney(c.Money_Last) %> <%=c.Time_End.ToString("yyyy-MM-dd")%>
<%if (CurrentUser.Money > 0){ %>
{tag:使用余额}
{tag:余额}:<%=FormatMoney(CurrentUser.Money) %>  {tag:使用}:<%=FormatMoney(0) %>    {tag:支付密码}:<%if (CurrentUser.Pay_Password!=""){ %> " target="_blank">{tag:忘记密码}<%}else{%>" target="_blank">{tag:设置支付密码}<%}%>
<%} %>

{tag:订单留言}

<%if (ProPerty135.Count > 0){ %>

{tag:订单调查}

<%foreach (Lebi_ProPerty p in ProPerty135){%> <% } %>
<%=Lang(p.Name) %>
<% List ProPerty135list = B_Lebi_ProPerty.GetList("parentid = "+ p.id +"", "Sort desc"); if (ProPerty135list.Count > 0){ foreach (Lebi_ProPerty pl in ProPerty135list) { %>    <%}}else{ %> <% } %>
<%} %>
" class="btn btn-10"> {tag:返回修改}{tag:立即提交}