|
| <% getHeading "", "hdcat", "" %> |
|
| <%=showlevels(catid, shopurl & "shop/category.asp")%> |
|
<%
'Open database get sub categories.
set rs=opendb("SELECT * FROM category WHERE subof=" & catid & " ORDER BY name")
if not rs.eof then
%> Also see: <%
rs.movefirst
while not rs.eof
subcatname=rs("name")
subcatid=rs("id")
%> category.asp?catid=<%=subcatid%>">
<%=subcatname%> <%
rs.movenext
if not rs.eof then
response.write (" | ")
end if
wend
end if
rs.close
set rs=nothing
%> |
|
|
| <% getHeading "", "hdnews", "inthenews" %> |
|
|
| <% getHeading "", "hditem", "" %> |
| <%=fixERR(errormessage)%> |
<% if hidehead<>1 then %> <% if imagefound<>"no" then %>
align="right" vspace="8" hspace="8" alt="<%=name%>">
<%end if%>Name:
<%=name%>
Item#:
<%=itemno%>
<% if hideprice<>1 then %> Price/ea:
<%
if onsale="Yes" then
%>
<% =showCurr(price)%>
<%
end if
response.write(theprice)
%>
<% end if %>
<% end if %><%=description%> |
<% if hideprice<>1 and hidecobutt<>1 then %>
|
<% end if %>
<% if showoos="ON" then %>
|
| <%=oosmess%> |
<% end if %>
|
| To see other items in this category,
category.asp?catid=<%=catid%>">click here! |
|
|
|
|
|