<% Dim mcUseEuro mcUseEuro=false function FormatMCCurrency(amount) if mcUseEuro then FormatMCCurrency = FormatNumber(amount,2) & " €" else FormatMCCurrency = FormatCurrency(amount) end if end function mcgndtot=0 mcpdtxt="" totquant=0 Set mcrs = Server.CreateObject("ADODB.RecordSet") Set mcrs2 = Server.CreateObject("ADODB.RecordSet") Set mccnn=Server.CreateObject("ADODB.Connection") mccnn.open sDSN sSQL = "SELECT countryLCID,countryCurrency FROM admin INNER JOIN countries ON admin.adminCountry=countries.countryID WHERE adminID=1" mcrs.Open sSQL,mccnn,0,1 if mcrs("countryLCID")<>0 then Session.LCID = mcrs("countryLCID") mcUseEuro = (mcrs("countryCurrency")="EUR") mcrs.Close sSQL = "SELECT cartID,cartProdID,pName,pPrice,cartQuantity FROM cart INNER JOIN products ON cart.cartProdID=products.pID WHERE cartCompleted=0 AND cartSessionID="&Session.SessionID mcrs2.Open sSQL,mccnn,0,1 do while NOT mcrs2.EOF optPriceDiff=0 mcpdtxt = mcpdtxt & "" sSQL = "SELECT SUM(coPriceDiff) AS sumDiff FROM cartOptions WHERE coCartID="&mcrs2("cartID") mcrs.Open sSQL,mccnn,0,1 if NOT IsNull(mcrs("sumDiff")) then optPriceDiff=mcrs("sumDiff") mcrs.Close subtot = ((mcrs2("pPrice")+optPriceDiff)*Int(mcrs2("cartQuantity"))) totquant = totquant + 1 mcgndtot=mcgndtot+subtot mcrs2.MoveNext loop mcrs2.Close mccnn.Close %>
"&mcrs2("cartQuantity") &" " & mcrs2("pName") & "
Your Shopping Cart: <%response.write totquant%> product(s) in cart, current total: <%=xxTotal & " " & FormatMCCurrency(mcgndtot)%>   View Cart | Proceed to Checkout



AdultToyWeb.com

                What is CVV?

CVV is an anti-fraud security feature to help verify that you are in possession of your credit card. For Visa/Mastercard, the three-digit CVV number is printed on the signature panel on the back of the card immediately after the card's account number For American Express, the four-digit CVV number is printed on the front of the card above the card accountnumber.

Back to Review Cart

Visa/Mastercard American Express

A 3-digit number in reverse italics
on the back of your credit card

A 4-digit number on the front, just
above your credit card number

Back to Review Cart