<%=chr(10)&chr(13)%>
<% if navorientation= 0 then%>
<%=chr(10)&chr(13)%>
<%end if
if marginspace > 0 then
%>
" width="<%=MarginSpace%>" height="1"> |
<%end if%>
<%
mainwidth = pagewidth - NavWidth - marginspace
%>
<%=chr(10)&chr(13)%>
<%=chr(10)&chr(13)%>
id="viewcartcontent" name="viewcartcontent">
<%=chr(10)&chr(13)%>
<%
response.write(" " & chr(10) & chr(13))
'sees first whether navheader needs to be processed
processheaderandfooter("carttop")
' get quadrants from featuredsectors table created by implement changes in back end
headertext = fp_getquadrants("headerfooter","carttop")
' replaces {ifloggedon} tags etc
headertext = logonreplace(headertext)
' replaces cart summary information (eg {noitemsincart}
headertext = cartsummary(headertext)
'replaces cart buttons
headertext = scartbuttonreplacer(headertext,"cartheader")
response.Write headertext
response.Write chr(10)&chr(13)
'---------------------MAIN TABLE IN SHOPPING CART DISPLAYED HERE--------------------
%>
<%
'---------------------ZONES and CLASSES------------------------
%>
<%=chr(10)&chr(13)%>
<%=chr(10)&chr(13)%>
<%
if cartbuttonshowdisp = 0 then
response.write("| " & ordernowbutt & " | " & cancelorderbutt & " | ")
response.write("" & shopformorebutt & " | " & savequotebutt & " | ")
response.write("" & recoverquotebutt & " | " & chr(10)&chr(13))
end if
%>
<%=chr(10)&chr(13)%>
<%
'sees first whether cartbottom needs to be processed
processheaderandfooter("cartbottom")
' get quadrants from featuredsectors table created by implement changes in back end
headertext = fp_getquadrants("headerfooter","cartbottom")
' replaces {ifloggedon} tags etc
headertext = logonreplace(headertext)
' replaces cart summary information (eg {noitemsincart}
headertext = cartsummary(headertext)
' replaces cart messages information (eg welcome back message)
headertext = cartmessages(headertext)
'replaces cart buttons
headertext = scartbuttonreplacer(headertext,"cartbottom")
response.Write headertext
response.Write chr(10)&chr(13)
%>
|
<%=chr(10)&chr(13)%>
<% if navorientation= 1 then%>
<%=chr(10)&chr(13)%>
<%end if%>