Hi
I am having a problem with my section list displaying twice, the cataloguebody is the same as original except for one commented line below. Also one pair of sections on the second time it
displays has the section name & images in 2 columns which is how I want it all to be like.
Thanks
Andy
<!-- CatalogBody HTML begin -->
<!-- Insert HTML for the top of the catalog body -->
<!-- If customer accounts are in operation the following line will display -->
<!-- welcome message and a LOGOUT button -->
<Actinic:WELCOME/>
</FORM>
<FORM METHOD="POST" ACTION="NETQUOTEVAR:SEARCHCGIURL">
<INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
NETQUOTEVAR:SEARCHBODY
</FORM>
<FORM METHOD=NETQUOTEVAR:CGIMETHOD ACTION="NETQUOTEVAR:CGIURL">
<INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
NETQUOTEVARESITEMAPLINK
<!-- This displays the sections list PRODUCTBODY-->
NETQUOTEVAR:PRODUCTBODY
NETQUOTEVAR:SPLASHTEXTBODY
NETQUOTEVAR:INFOLINES
NETQUOTEVAR:SSPPOWEREDBY
NETQUOTEVAR:POWEREDBY
<!-- Insert HTML for the bottom of the catalog body -->
<!-- CatalogBody HTML end -->
I am having a problem with my section list displaying twice, the cataloguebody is the same as original except for one commented line below. Also one pair of sections on the second time it
displays has the section name & images in 2 columns which is how I want it all to be like.
Thanks
Andy
<!-- CatalogBody HTML begin -->
<!-- Insert HTML for the top of the catalog body -->
<!-- If customer accounts are in operation the following line will display -->
<!-- welcome message and a LOGOUT button -->
<Actinic:WELCOME/>
</FORM>
<FORM METHOD="POST" ACTION="NETQUOTEVAR:SEARCHCGIURL">
<INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
NETQUOTEVAR:SEARCHBODY
</FORM>
<FORM METHOD=NETQUOTEVAR:CGIMETHOD ACTION="NETQUOTEVAR:CGIURL">
<INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
NETQUOTEVARESITEMAPLINK
<!-- This displays the sections list PRODUCTBODY-->
NETQUOTEVAR:PRODUCTBODY
NETQUOTEVAR:SPLASHTEXTBODY
NETQUOTEVAR:INFOLINES
NETQUOTEVAR:SSPPOWEREDBY
NETQUOTEVAR:POWEREDBY
<!-- Insert HTML for the bottom of the catalog body -->
<!-- CatalogBody HTML end -->
Comment