<%=Shop.Bussiness.Order.OrderStatus(order, CurrentLanguage.Code) %>
<%if(Shop.Bussiness.Order.CancelOrder(order)){ %>" class="btn btn-11">{tag:取消}<%} %> <%if(order.OnlinePay_id>0 && order.IsPaid!=1 && pay.Code=="OnlinePay" && order.IsInvalid==0){ %>');" class="btn btn-7">{tag:立即付款}<%} %>
<%if(order.IsCompleted==0){ %>
<%}else{ %>
<%} %> <%foreach (Shop.Model.Lebi_Comment m in comments){%>
<%=FormatTime(m.Time_Add) %> <%=m.User_UserName%><%=m.Admin_UserName%>:<%=m.Content%>
<%} %>
<%if(order.IsCompleted==0){ %> <%} %>
<%foreach (Shop.Model.Lebi_Transport_Order t in transport_orders){%> <%if (t != null){ %>
{tag:订单追踪}
<% Shop.Model.KuaiDi100 log = Shop.Bussiness.EX_Area.GetKuaiDi100(t); if (log.message == "ok") { foreach (Shop.Model.KuaiDi100.KuaiDi100data d in log.data) { %> <%} } else { %> <%} %>
<%=t.Transport_Name %> {tag:运单号}:<%=t.Code %> {tag:状态}:<%=TypeName(t.Type_id_TransportOrderStatus) %> <%if(t.Type_id_TransportOrderStatus!=223 && t.Type_id_TransportOrderStatus!=224){ %> {tag:确认收货} <%} %>
<%=d.context%> <%=d.time%>
<%if(t.HtmlLog.IndexOf("http://")==0){ %> <%} %>
<%} %> <%} %>
{tag:订单信息}
  • {tag:订购时间}:<%=FormatTime(order.Time_Add) %>
{tag:收货人信息}
  • {tag:收货人}:<%=order.T_Name %>
  • {tag:地址}:<%=Shop.Bussiness.EX_Area.GetAreaName(order.T_Area_id)%> <%=order.T_Address %>
  • {tag:固定电话}:<%=order.T_Phone %>
  • {tag:手机号码}:<%=order.T_MobilePhone %>
  • {tag:电子邮件}:<%=order.T_Email %>
{tag:支付及配送方式}
  • {tag:支付方式}:<%=Lang(order.Pay) %>
  • <%=Lang(pay.Description)%>
  • {tag:配送方式}:<%=order.Transport_Name %>
<%if (SYS.BillFlag == "1"){ %>
{tag:发票信息}
  • {tag:发票类型}:<%=Lang(order.BillType_Name) %>
  • <%foreach (Shop.Model.Lebi_Bill b in bills){%> <%if(b.Type_id_BillType==151){ %>
  • {tag:发票内容}:<%=b.Content%>
  • {tag:发票抬头}:<%=b.Title%>
  • <%}else{ %>
  • {tag:单位名称}:<%=b.Company_Name%>
  • {tag:纳税人识别号}:<%=b.Company_Code%>
  • {tag:注册地址}:<%=b.Company_Address%>
  • {tag:注册电话}:<%=b.Company_Phone%>
  • {tag:开户银行}:<%=b.Company_Bank%>
  • {tag:银行帐户}:<%=b.Company_Bank_User%>
  • <%} %> <%} %>
<%} %>
{tag:订单清单}
<%foreach (Shop.Model.Lebi_Order_Product o_p in order_products){%> <%} %>
"> <%if(o_p.Type_id_OrderProductType==252){Response.Write("["+Tag("赠品")+"]");} %>"><%=Lang(o_p.Product_Name) %>
<%if (o_p.ProPerty134!=""){ %><%=o_p.ProPerty134%><%} %> <%=Shop.Bussiness.EX_Product.ProPertyNameStr(Shop.Bussiness.EX_Product.GetProduct(o_p.Product_id), CurrentLanguage.Code)%>
<% if(o_p.Type_id_OrderProductType==255) Response.Write(Tag("积分")+":"+o_p.Point_Buy_one); else if(o_p.Type_id_OrderProductType==252) Response.Write(FormatMoney(0)); else Response.Write(FormatMoney(o_p.Price)); %>
×<%=o_p.Count%> <%if ((order.IsShipped == 1||order.IsShipped_All == 1) && o_p.Count_Shipped({tag:发货数量}:<%=o_p.Count_Shipped%>)<%} %> <%if(order.IsReceived==1 && SYS.IsClosetuihuo=="0"){ %> ">{tag:退货}
<%} %> {tag:常购清单}
  • {tag:商品总额}:<%=FormatMoney(order.Money_Product) %>
  • <%if(order.Money_Transport!=0){ %>
  • + {tag:运费}:<%=FormatMoney(order.Money_Transport) %>
  • <%} %> <%if(order.Money_Bill>0){ %>
  • + {tag:发票税金}:<%=FormatMoney(order.Money_Bill) %>
  • <%} %> <%if(order.Money_Tax>0){ %>
  • + {tag:税金}:<%=FormatMoney(order.Money_Tax) %>
  • <%} %> <%if(order.Money_Property>0){ %>
  • + {tag:其它费用}:<%=FormatMoney(order.Money_Property) %>
  • <%} %> <%if(order.Money_UseCard311>0 || order.Money_UseCard312>0){ %>
  • - {tag:卡券支付}:<%=FormatMoney(order.Money_UseCard312+order.Money_UseCard311) %>
  • <%} %> <%if(order.Money_Cut>0){ %>
  • - {tag:优惠}:<%=FormatMoney(order.Money_Cut) %>
  • <%} %> <%if (order.Money_UserCut > 0){ %>
  • - {tag:使用余额}:<%=FormatMoney(order.Money_UserCut)%>
  • <%} %>
{tag:应付金额}:<%=FormatMoney(order.Money_Pay)%>