Announcement

Collapse
No announcement yet.

subsections display

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

    subsections display

    Guys
    In the FRESH Theme:
    Is there a way to trigger the subsections displaying in the content tree (Store Sections) on/off?

    Thanks
    Dave
    www.baypressservices.com

    #2
    You will need to make a small modification to the Fresh Outer Layout code, which you can do either in the Design tab or the Library.

    Open the layout and toggle to Advanced View by clicking the >< icon
    Find the following:
    <actinic:variable name="SubSectionListTop" value="Sidebar Sub-Section List" />
    and change it to:
    <actinic:variable name="SubSectionListTop" value="Standard Sub-Section List" />

    That should do the trick
    Bruce Townsend
    Ecommerce Product Manager
    Sellerdeck Ecommerce Solutions

    Comment

    Working...
    X