%
Shop.Model.Lebi_OnlinePay onlinepay=Shop.Bussiness.B_Lebi_OnlinePay.GetModel(order.OnlinePay_id);
Shop.Model.Lebi_Pay pay=Shop.Bussiness.B_Lebi_Pay.GetModel(order.Pay_id);
%>
<%
if((onlinepay!=null && order.IsPaid==0 && pay.Code=="OnlinePay") || order.Type_id_OrderType==215){
if (SYS.IsReduceBasketStep == "1"){
//Response.Redirect(URL("P_Pay",order.id+","+order.Code+",cashier"));
//Response.End();
%>
<%
}}
%>