<% Option Explicit Dim rs, conn, query Dim picID, price, desc Dim collection, picName Dim i, midPack, packages Dim pPrice, pName, pDesc, entireOrder, clearOrder, pPackage, currencyType, curAmount(10) pPrice = request.queryString("pPrice") pName = request.queryString("pName") pDesc = request.queryString("pDesc") pPackage = request.queryString("pPackage") clearOrder = request.queryString("clearOrder") picID = request.queryString("picID") collection = request.queryString("collection") picName = request.queryString("picName") %> <% if len(collection) < 2 then query = "SELECT DISTINCT viewType FROM tblPics ORDER BY viewType" end if if len(collection) > 1 then query = "SELECT * FROM tblPics WHERE viewType='" & collection & "' AND catagory='public' ORDER BY name" end if if len(picID) > 1 and len(collection) > 1 and len(picName) > 1 then query = "SELECT * FROM tblPics WHERE picID='" & picID & "'" end if Set rs = conn.execute(query) if pName <> "" or pPackage <> "" then session("order") = session("order") & pPackage & pName & "
" entireOrder = session("order") end if if clearOrder="clear" then entireOrder = "" session("order") = entireOrder end if currencyType = request.queryString("currencyType") if currencyType = "" or currencyType = "CND" then curAmount(0) = "CA $2.50" curAmount(1) = "CA $10.00" curAmount(2) = "CA $18.00" curAmount(3) = "CA $18.00" curAmount(4) = "CA $14.00" curAmount(5) = "CA $4.50" curAmount(6) = "CA $30.00" else curAmount(0) = "US $1.80" curAmount(1) = "US $7.50" curAmount(2) = "US $12.00" curAmount(3) = "US $12.00" curAmount(4) = "US $9.50" curAmount(5) = "US $3.00" curAmount(6) = "US $20.00" end if %> Heidi Scarfone


To order, go to “Select Package”. Choose which option you would like, either single cards or one of the packages. Next, choose the “Gallery” that the card is in. Finally, choose the card(s) that you would like by going to the “Select the picture” menu.
If you are choosing a package of 5 or 10 cards, you are able to choose which cards you would like by clicking on "gallery" and then "select the picture' for each card.

If you have any problems ordering contact Heidi at scarfone@quickclic.net and she will be happy to assist you.
Thanks

Click here to see the cards included in the prepackaged card selection.

NOTE: Sorry, at the moment we do not accept credit cards. Payment by cheque or money order. Your order will be sent after payment is received. Shipping costs will be confirmed with each order depending on destination.

<% if currencyType = "" or currencyType = "CND" then %> *For Prices in US Funds Click Here
<% else %> *For Prices in Canadian Funds Click Here
<% end if %> **For Bulk Orders of 50 cards or more please contact Heidi
NOTE: Do not fill out your personal information until you're ready to send the order
Packages Selected

<% response.write session("order") %>
<% query = "SELECT * FROM tblPics WHERE picID='" & picID & "'" Set rs = conn.execute(query) %>
Full Name:
Address:
City:
State/Province:
Country:
Postal/Zip Code:
Email Address:
Comments:
<% if len(picID) > 2 then %>
Collection Picture Name Description
<%=rs("viewType")%> <%=rs("name")%> <%=rs("description")%>
" width="300">
<% end if %>


© Copyright 2003. All images are property of Heidi Scarfone.
You may not use any of the images on this site for any reason.
Site designed by: CompuTrade Inc.