|
Welcome to our online Fundraising Magic store!
|
<%
'add to shopping bag
'create cart
If cempty Then
%>
Your cart is empty!
<%
else
%>
contents of shopping cart
· Change your order by clicking on the item name below.
· Delete an item by clicking the "delete item" button to the left of it.
| Delete |
Item |
Quantity |
Price Each |
Total |
<%
'Display contents of shopping cart
cart=session("frm")
subtotal=0
for i=lbound(cart) to ubound(cart)
if cart(i,0)<>"" and cart(i,1)<>"" then
set rscart=db.execute("select title,prodid,price from prod where prodid=" & cart(i,0))
currentprice=rscart("price")
%>
 |
"><%= rscart("title") %>
|
<%= cart(i,1) %> |
$<%= formatnumber(currentprice)%> |
$<%= formatnumber(currentprice * cart(i,1)) %> |
<%
subtotal=subtotal+(currentprice * cart(i,1))
end if
next
%>
|
|
Subtotal: |
$<%=formatnumber(subtotal)%> |
<% end if %>
|

Homepage - Testimonials - Show Information - Fundraising Info
Our Products - Contact Us - Entertainers Only

|