PDA

View Full Version : section list displays twice


dybs
20-Sep-2003, 04:53 PM
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">
NETQUOTEVAR:DESITEMAPLINK

<!-- 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 -->

Nadeem
22-Sep-2003, 09:13 AM
Hi Andy

Your coding looks okay

Please try the following:

1. In Actinic, please go to "Design | Options | Sections"
2. In Location and Arrangement of Top Level Section List, please untick Include in front Page

Once this is done, click ok, and preview the store. Your sections list should only display once

Kind Regards