I am trying to hide certain sections online from non registered customers.
I have made a new section link layout as below
=======================
<Actinic:SHOWFORPRICESCHEDULE Schedules="6" HTML="<
A HREF=NETQUOTEVAR:SECTIONLINK>NETQUOTEVAR:SECTIONNAME</
A>"/>
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
NETQUOTEVAR:NEXT
========================
This hides the section 'test' from retail customers, but when I log-in I see the page as attached.
What I want is the the section test to now appear in the same way as all the others at the bottom of the list (e.g. Account Application)
Any sugestions?
I have made a new section link layout as below
=======================
<Actinic:SHOWFORPRICESCHEDULE Schedules="6" HTML="<
A HREF=NETQUOTEVAR:SECTIONLINK>NETQUOTEVAR:SECTIONNAME</
A>"/>
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
NETQUOTEVAR:NEXT
========================
This hides the section 'test' from retail customers, but when I log-in I see the page as attached.
What I want is the the section test to now appear in the same way as all the others at the bottom of the list (e.g. Account Application)
Any sugestions?
Comment