% Dim strPage If Request("Page") <> "" Then strPage = Request("Page") Else strPage = "shop.asp" End If Dim strCatVals strCatVals = Request("CatVals") Dim strPageNo strPageNo = Request("PageNo") Dim strItemNum strItemNum = Request("ItemNum") Dim strUrl If strUseSecure = "Yes" Then strUrl = strSecureUrl Else strUrl = strCoUrl End If Dim strCartId strCartId = Session("CartId") Dim strOpt1 Dim strOpt2 Dim strOpt3 DIM mySQL, objRS Set objRS = Server.CreateObject("ADODB.Recordset") mySQL = "SELECT * FROM Cart Where CartId ='"& strCartId & "' Order By ListNum" objRS.Open mySQL, objConn %>
|
Update your Shopping Cart as needed. Delete an Item or update the quantity. Click Check Out when you are ready to place the order. |
|||||||||
|
Your Shopping Cart Items |
|||||||||
| Delete | Quantity | Item |
Description |
Each |
Amount |
Update |
|||
| ">Delete | <%= objRS("ItemNum")%> | <%= strOpt1 %> | <%= strOpt2 %> | <%= strOpt3 %> | "><%=objRS("Description")%> | <%= strCurrencySymbol %><%= FormatNumber(objRS("Price"),2)%> | <%= strCurrencySymbol %><%= FormatNumber(objRS("Price") * objRS("Quantity"),2) %> | "> "> "> "> "> "> "> | |
|
Shopping Cart Total: <%= strCurrencySymbol %><%= FormatNumber(objRS1("CartTotal"),2)%> <%= strCurrencyCode %> |