Announcement

Collapse
No announcement yet.

section variables on product page

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

    section variables on product page

    I have copied the following code from ACT_ProductBody (displays a section)-
    Code:
    <A NAME="sectiontop">
    <DIV ALIGN="CENTER"> 
    NETQUOTEVAR:PARENTSECTIONSTOP 
    </DIV>
    <!-- NETQUOTEVAR:TOPLEVELSECTIONSTOP -->
    NETQUOTEVAR:SECTIONLISTTOP 
    NETQUOTEVAR:TOPSECTIONSEPARATOR 
    NETQUOTEVAR:CARTERRORLISTXML 
    </A>
    and then pasted it in ACT_productLine (displays the product info), but when I view the product info instead of showing the sections at the top of the page it just displays the text 'NETQUOTEVAR:PARENTSECTIONSTOP
    NETQUOTEVAR:SECTIONLISTTOP NETQUOTEVAR:TOPSECTIONSEPARATOR NETQUOTEVAR:CARTERRORLISTXML'

    How do I get it to recognise these as variables, not text...?
    John

    #2
    Not all NETQUOTEVAR's work in all templates. The ones you are trying to use are only valid in Primary or ProductBody templates.

    PS Why do you want to display this info on every product when it's already at the top and bottom of the page?
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      great, is there any way round that?
      John

      Comment


        #4
        Exactly what is it you want to display on every product?
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          I want to have the sub sections displayed at the top of the product page to make navigation easier
          John

          Comment


            #6
            Not sure what you mean.

            Do you mean that for every page you want a list of the sub-sections of that page?

            Alternatively do you mean you want the top-level list of sections displayed?

            Something else?

            An example and a link to an existing page might help.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              ok, firstly I've ditched the yahoo nonsense in the left bar so it only displays the top level sections and no sub sections.

              When I click on a section on the left (say "Ford") it displays all of the subsections like so -

              Code:
              Online catalogue > Ford
              
              Mondeo Saloon
              Mondeo Hatchback
              Escort Saloon
              Escort Hatchback
              etc
              If I then choose Escort saloon, for example, it then displays a product page for an escort saloon. But I want it to still display the sections above the standard product page, like so -

              Code:
              Online catalogue > Ford
              
              Mondeo Saloon
              Mondeo Hatchback
              Escort Saloon
              Escort Hatchback
              etc
              ------------------------------
              FORD ESCORT SALOON
              
              Price £10,000
              In stock : 10
              Desc : .....
              John

              Comment


                #8
                Now I see. You want to display a list of the same-level sections above your present section.

                This can't be done in Actinic with NETQUOTEVAR's.

                I've done an add-on that allows this. Topic http://community.actinic.com/showthread.php?t=19520 mentions it. You'd have to contact me by email if interested as it's a paid for thing.
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment


                  #9
                  A site using this is e.g. http://www.chandleryworld.co.uk/acat...Fairleads.html
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment

                  Working...
                  X