<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% if Request("Back")="Back" then YOurName = Request("YOurName") BillingAddress = Request("BillingAddress") Email = Request("Email") BillingPhone = Request("BillingPhone") ShippingAddress = Request("ShippingAddress") ShippingPhone = Request("ShippingPhone") NumberOfCopies = Request("NumberOfCopies") ChequeNo = Request("ChequeNo") TotalAmount = Request("TotalAmount") Comments = Request("Comments") PayType= Request("PayType") 'User_ID=Request("User_ID") end if %> <% Dim PlaceOrder Dim PlaceOrder_numRows if request.QueryString("S_no")<> "" then query= "SELECT * FROM RitanaBooks WHERE S_no="&request.QueryString("S_no")&" " else if request.QueryString("isbn")="" then query= "SELECT * FROM BooksDistributed WHERE ISBN='"&request.QueryString("isbn1")&"' " else query= "SELECT * FROM RitanaBooks WHERE ISBN='"&request.QueryString("isbn")&"' " end if end if 'Response.Write query Set PlaceOrder = Server.CreateObject("ADODB.Recordset") PlaceOrder.ActiveConnection = MM_RitanaBooks_STRING PlaceOrder.Source = query PlaceOrder.CursorType = 0 PlaceOrder.CursorLocation = 2 PlaceOrder.LockType = 1 PlaceOrder.Open() PlaceOrder_numRows = 0 %> Ritana Books


Now you can make payments online. We are in the process of integrating the payment gateway to our ordering system. Meanwhile, you can simply place an order using the form below, and we will send you instructions, as well as a link to make payments online. If you have any queries, please send us an email at ritanabooks@gmail.com.

Payment can be made by direct bank transfer by RTGS/NEFT to: RITANA BOOKS, Account No.307805040028107. Account with Union Bank of India, Connaught Place Branch, New Delhi 110001. IFSC CODE: UBIN0530786.
Payment can also be made by At Par Cheque or Demand Draft favouring RITANA BOOKS, payable at New Delhi and couriered to our address along with your order.
Ritana Books
81, Defence Colony Flyover Market
New Delhi - 110 024, INDIA
Phone : - 9810095486
ritanabooks@gmail.com

Please email orders to: ritanabooks@gmail.com
<% PlaceOrder.Close() Set PlaceOrder = Nothing %>