<%@ LANGUAGE = "VBScript" %> <% 'Check if cart is empty If IsArray(Session("frm")) = false Then response.redirect("index.asp") End if %> Fundraising Magic!
Fundraising Magic!

Homepage
Testimonials
Show Information
Fundraising Info
Our Products
Contact Us


Click Here if you're a magician or other entertainer!

  advertisement
 
Our Products

Check Out...

<% '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,shipping from prod where prodid=" & cart(i,0)) currentprice=rscart("price") %> <%subtotal=subtotal+((currentprice+rscart("shipping")) * cart(i,1)) end if next %>
Item Size # Cost/Item Shipping Cost
<%= rscart("title") %> <% if cart(i,2)="" then response.write("N/A") else response.write(cart(i,2)) end if %> <%= cart(i,1) %> $ <%= formatnumber(currentprice)%> $ <%= formatnumber(rscart("shipping") * cart(i,1)) %> $ <%= formatnumber((currentprice+rscart("shipping")) * cart(i,1)) %>
TOTAL: $ <%=formatnumber(subtotal)%>
NOTE: all prices are in US funds

To pay via cheque, money order or VISA card, please fill out the shipping information below. Mail or Fax: The next page will be an order form you can print out, and mail to us.

Organization:

Contact Person:

Email Address:

Street Address:

City:

  Province/State:

Zip:

Country:

Phone:

Fax:






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






<%rscart=""%>