%
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.