{tag:订单编号}:<%=order.Code %>    {tag:状态}:<%=ReturnStatus(order)%>
<%if(order.IsCompleted==0){ %>
<%}else{ %>
<%} %> <%foreach (DB.LebiShop.Lebi_Comment c in comments){%>
<%=c.Time_Add %> <%=c.User_UserName%><%=c.Admin_UserName%> : <%=c.Content%>
<%} %>
<%if(order.IsCompleted==0){ %> <%} %>
{tag:订单信息}
{tag:货运信息}
<%foreach (DB.LebiShop.Lebi_Transport_Order t_o in transport_orders){%>
  • {tag:快递公司}:<%=t_o.Transport_Name %>
  • {tag:运单号}:<%=t_o.Code %>
  • {tag:状态}:<%=TypeName(t_o.Type_id_TransportOrderStatus) %>
<%foreach (Shop.Model.KuaiDi100.KuaiDi100data d in Shop.Bussiness.EX_Area.GetKuaiDi100(t_o).data){ %>
  • <%=d.time %>
  • <%=d.context %>
<%} %> <%} %>
{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) %>
  • {tag:配送方式}:<%=order.Transport_Name %>
<%if (Shop.Bussiness.EX_Supplier.GetSupplier(order.Supplier_id).IsSupplierTransport==1){ %>
{tag:商家名称}
<%} %>
{tag:订单清单}
<%foreach (DB.LebiShop.Lebi_Order_Product op in order_products){%> <%} %>
{tag:商品编号} {tag:商品名称} {tag:价格} {tag:数量}
<%=op.Product_Number %> <%if(op.Type_id_OrderProductType==252){Response.Write("["+Tag("赠品")+"]");} %>" target="_blank"><%=Lang(op.Product_Name) %> <%=FormatMoney(op.Price) %> <%=op.Count%>
  • {tag:商品总额}:<%=FormatMoney(order.Money_Product) %>
  • + {tag:运费}:<%=FormatMoney(order.Money_Transport) %>
  • + {tag:税金}:<%=FormatMoney(order.Money_Bill) %>
{tag:退款金额}:<%=FormatMoney(order.Money_Give) %>