Announcement

Collapse
No announcement yet.

Store Section Links

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

    Store Section Links

    Hi All,

    I know there is a setting somewhere for this, I just can find it at the moment - HELP

    I have a store using the smart template.

    This generates a Store Section listing down the left hand side.

    At present it has the top section links, followed by the subsection categories

    Like

    Top section1
    subsection1-1
    subsection1-2
    subsection1-3

    Top Section 2
    subsection2-1
    subsection2-2

    etc etc etc

    Is there a way to have JUST the top section links showing??

    So, down the left hand side we will have

    Top Section 1
    Top section 2
    etc etc etc

    Cheers

    Grant

    #2
    I found this in here

    http://community.actinic.com/showpos...55&postcount=7

    It tells .....

    Edit Act_Primary.html and replace

    <!--@act NETQUOTEVAR:SECTIONTREE_RAW -->

    with

    NETQUOTEVAR:TOPLEVELSECTIONS_RAW


    look for the fragment

    document.write(YahooSections(section_tree))

    and replace with

    document.write(YahooSections(sections))
    This is great - I can change the second bit no probs - but actinic 8 does not have an Act_Primary.html page to modify the first bit.

    Where do I do this??

    Comment


      #3
      Sorted it - thanks

      The first bit to call the JS is changed in design view in a bit called "All Data from all sections"

      Comment


        #4
        Nice one, good to see that people are posting back when they get solutions.

        Kind regards,
        Bruce King
        SellerDeck

        Comment

        Working...
        X