{tag:在线付款}

{tag:订单号码}:
<%=order.Code %>
{tag:应付金额}:
<%=FormatMoney((order.Money_Pay),order.Currency_id)%>
{tag:支付方式}:
<% int onlinepay_id = 0; foreach(DB.LebiShop.Lebi_OnlinePay opm in onlinepays){ DB.LebiShop.Lebi_OnlinePay op=Getpay(opm); onlinepay_id = op.id; if(op==null) continue; %> url="<%=op.Url %>" paytype="<%=op.Code %>" order="true" onclick="changepaytype();" /> <%=Lang(op.Name)%> <%if (op.FeeRate > 0 && op.FreeFeeRate !=1){ %>(<%=op.Currency_Code %>:<%=FormatMoney((order.Money_Pay*(1+(op.FeeRate/100))),op.Currency_id)%>  <%=Tag("手续费")%>:<%=op.FeeRate%> %)<%} %>
<%}%>
<% string mes = ""; foreach(DB.LebiShop.Lebi_Order_Product op in order_products){ Lebi_Product pro = EX_Product.GetProduct(op.Product_id); if (pro == null || pro.Type_id_ProductStatus != 101){ mes += Lang(op.Product_Name) + " " + Tag("该商品已经下架") +"
"; } } if (mes == ""){ %> {tag:立即付款} <%}else{%> <%=mes %> <%} %>
<%if(IsPayShow("authroize")){%> <%}%>