<%foreach (DB.LebiShop.Lebi_Order o in orders){%>
<%=Shop.Bussiness.Order.OrderStatus(o, CurrentLanguage.Code) %>
<%if (Shop.Bussiness.EX_Supplier.GetSupplier(o.Supplier_id).IsSupplierTransport==1){ %> <%} %>
<% List order_products = DB.LebiShop.B_Lebi_Order_Product.GetList("Order_id = "+ o.id +"", "id desc"); foreach (DB.LebiShop.Lebi_Order_Product o_p in order_products) { %> "> <%} %>
{tag:订单金额}:<%=FormatMoney(o.Money_Order) %>
<%if(Shop.Bussiness.Order.CancelOrder(o)){ %> ">{tag:取消}<%} %> <%if(o.IsReceived==1 && SYS.IsClosetuihuo=="0"){ %>  ">{tag:退货} <%} %>
<%} %> <%if (CurrentSite.IsMobile==0){ %>
<%=PageString%>
<%}else{%>
<%}%>