Announcement

Collapse
No announcement yet.

section list displays twice

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    section list displays twice

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

    #2
    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
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X