% set conn = Server.Createobject("adodb.connection") set rs = server.createobject("adodb.recordset") conn.open connstr if session("orderid") = "" then orderid=0 else orderid = session("orderid") end if sql = "select * from orderdetail inner join products on orderdetail.productid = products.id where orderid = "& orderid & " order by products.name " rs.open sql,conn %>
|
|
||||||||
|
HOME > Shopping Cart |
||||||||
|
|
Back to Shopping | Printable Mail Order Form Your shopping cart
Please select quantity first before adding item to your Shopping Cart. <% end if%>You can edit the quantities of the products you want and press the "Update Cart" button. When you have completed your selections, click on the "Check Out" link (above) or the "Proceed to checkout" button, to proceed with the order. If you would like additional information before purchasing, please click here to request a free printed brochure.
Click ">here to go back to the last page you were browsing <%end if %> <% if not rs.eof then %> <% else %>Your shopping cart is empty <% end if rs.close conn.close %>
|
|||||||
©2010 Effective-Life-Skills |
|