<%=strCatname%>
Click on the item name to see details on the item and the page for ordering. Items which do not have options (such as colours or sizes) have a "Add to Cart" button in their box as well as another on their detail page.
<% Set objCmd = Server.CreateObject("ADODB.Command") objCmd.CommandType = adCmdStoredProc objCmd.CommandText = "usp_InventoryByCategory" objcmd.Parameters.append objcmd.createparameter("@CatName",advarchar,adParamInput,2,s_CatID) objCmd.ActiveConnection = stConn set rs = objCmd.Execute Set objCmd = Nothing if err <> 0 or (rs.EOF and rs.BOF) then response.write "No items for display at the moment.
" else while not rs.EOF intItemID = rs("itemID") strItemName = rs("itemname") strImage = trim(rs("itemimage")) strURL = "" & strCatName & " Top of Page
" strCatIDprev = strCatID end if numPrice = rs("price") response.write "- "
response.write "
- " &strURL & " " response.write "
- " & strItemName & "