I am building a site with several sections only visible to groups of registered users. I have created a new section link layout as advised in the V8 advanced user guide and using the following code:
<Actinic:SHOWFORPRICESCHEDULE Schedules="2" HTML="<a href=<actinic:variable name="SectionPageName"/>><actinic:variable name="SectionName"/></a>"/>
This works fine except for 2 problems:
1. Although the section is hidden in main display area it still appears in the left hand product section listing. ( Smart Theme )
2. The hidden section link text appears without the corresponding image.
I am exploring various layout options etc to find a solution but if anyone has an idea on this I would be gratefull.
Eric
<Actinic:SHOWFORPRICESCHEDULE Schedules="2" HTML="<a href=<actinic:variable name="SectionPageName"/>><actinic:variable name="SectionName"/></a>"/>
This works fine except for 2 problems:
1. Although the section is hidden in main display area it still appears in the left hand product section listing. ( Smart Theme )
2. The hidden section link text appears without the corresponding image.
I am exploring various layout options etc to find a solution but if anyone has an idea on this I would be gratefull.
Eric
Comment