<%'GoLive Content Source set products = ADORecordSet("datafile" , "select * from products where pqprcat = 'books' order by pdprtit", "block=0", "ID", "products") %>

Career Resources

Use our secure on-line store, just click the "add to cart" button! We take your security and privacy seriously, please view our privacy policy.

Credit Cards view cart
<% products.MoveFirst %> <% while not products.EOF %> <% products.MoveNext %> <% wend %>

<%=products.Value("pdprtit")%>

<%=products.Value("pqprdes")%>

$<%=FormatNumber(products.Value("pqprprice"), 2, -2, -2, -2)%> <%=products.Value("pqprnotes")%>  <% if products.Value("ID") <> 60 then %> Add to Cart <% else %> booking <% end if %>

Credit Cards view cart

 
<% if 0 then %><% end if %>