<%=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 %>
{tag:订单清单}
<%foreach (DB.LebiShop.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)%>
<%=FormatMoney(o_p.Price) %>
×<%=o_p.Count%>
  • {tag:商品总额}:<%=FormatMoney(order.Money_Product) %>
  • + {tag:运费}:<%=FormatMoney(order.Money_Transport) %>
  • + {tag:税金}:<%=FormatMoney(order.Money_Bill) %>
{tag:退款金额}:<%=FormatMoney(order.Money_Give) %>