Announcement

Collapse
No announcement yet.

Act_Primary.html and Act_BrochurePrimary.html Template - Help!!

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

    Act_Primary.html and Act_BrochurePrimary.html Template - Help!!

    Have spent a good amount of time looking into this but cant find where the problem stems from

    When you view our site online the homepage and the acatalog/index.html page when you view the source code has a large amount of probably about 25 lines of code pointing to the css file, just above the closing </head> tags.

    Code:
    <link href="acatalog/page.css" rel="stylesheet" type="text/css">
    our site homepage is:

    Code:
    http://www.dutchwest.co.uk
    I know this is coming from the act_primary.html and the act_brochureprimary.html actinic template files.

    Within the template page of both the actinic files there is this code:

    Code:
    <!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->
    <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
    <Actinic:COOKIECHECK/>
    
    <!--
    The NETQUOTEVARs below can be uncommented for getting raw section lists:
    1. Top level section list
    2. Section list from current level and all children
    3. The whole section tree
    The rest covers the standalone structure members for each array - e.g. if
    you only need sName or sURL from an array.
    See the documentation for details.
    
    NETQUOTEVAR:TOPLEVELSECTIONS_RAW
    NETQUOTEVAR:CHILDSECTIONS_RAW
    NETQUOTEVAR:SECTIONTREE_RAW
    
    NETQUOTEVAR:SECTIONTREE_NAMES
    NETQUOTEVAR:SECTIONTREE_URLS
    NETQUOTEVAR:SECTIONTREE_IMAGES
    NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
    NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
    NETQUOTEVAR:SECTIONTREE_SECTIONIDS
    
    NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
    NETQUOTEVAR:TOPLEVELSECTIONS_URLS
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
    NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
    NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS
    
    NETQUOTEVAR:CHILDSECTIONS_NAMES
    NETQUOTEVAR:CHILDSECTIONS_URLS
    NETQUOTEVAR:CHILDSECTIONS_IMAGES
    NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
    NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
    NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS
    
    The section level can be accessed through:
    NETQUOTEVAR:SECTIONLEVEL
    -->
    
    <!--
    The NETQUOTEVARs below can be uncommented and moved to the appropriate
    location to save and load shopping lists
    <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save
    Shopping List</B></I></FONT></A>
    <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load
    Shopping List</B></I></FONT></A>-->
    <!--@act NETQUOTEVAR:SECTIONTREE_RAW -->
    <!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->
    So it must be generated from this piece of code somewhere????

    Anyone enlighten me on this??

    #2
    Check the ProductLine and SectionLine templates.

    Comment


      #3
      Originally posted by drounding View Post
      Check the ProductLine and SectionLine templates.
      Hi Duncan, Thanks for the reply.
      Had already checked these two template files and both do not have
      the css code link in there.

      Any other ideas?? Anyone???

      This isnt the norm, as i have checked one or three other actinic sites code, and do not see this problem.

      Comment

      Working...
      X