Checkout
Below are your order details. To change the quantity of items you wish to order, return to the basket page. Once you are happy with your order, please complete the form below and proceed to choose your payment method.
% SubTotal = 0 postagetype = 0 Accessories7 = true if request.form("postagetype") <>"" then postagetype = CLng(request.form("postagetype")) elseif session("Postagetype")<>"" then postagetype = CLng(session("postagetype")) end if postageamount = request.form("postageamount") Set DBConn = Server.CreateObject("ADODB.Connection") DBConn.Open productsDB Set DBConn2 = Server.CreateObject("ADODB.Connection") DBConn2.Open ordersDB Set rs = Server.CreateObject("ADODB.RecordSet") Set rs2 = Server.CreateObject("ADODB.RecordSet") randomize ((minute(now) * 60) + second(now)) if session("verificationid")="" then verificationid = request.cookies("ElectricAliceOrder")("verificationid") if verificationid="" then veridok = false do while veridok = false verificationid="" for j=1 to 20 verificationid=verificationid & chr(int(rnd * 26) + 65) next rs.open "SELECT * FROM TempOrders WHERE VerificationID='" & VerificationID & "'",DBConn2,1,3 if rs.eof then veridok = true end if rs.close loop session("verificationid") = VerificationID Response.Cookies("ElectricAliceOrder")("verificationid") = verificationid Response.Cookies("ElectricAliceOrder").Expires = dateAdd("d",2,Now()) else session("verificationid") = verificationid end if else VerificationID = session("verificationid") end if rs.open "SELECT SUM(ProductQuantity) as ProductCount FROM TempOrders WHERE VerificationID='" & VerificationID & "'",DBConn2,2,3 if not rs.eof then ProductCount = rs("ProductCount") end if rs.close Session("ItemCount") = ProductCount session("postagetype") = postagetype if ProductCount>6 then Accessories7 = false end if %>
Below are your order details. To change the quantity of items you wish to order, return to the basket page. Once you are happy with your order, please complete the form below and proceed to choose your payment method.