Hi,
I want to limit access to sections by customer group (price schedule). When a customer logs in, they should only see their section and corresponding section image. I have used the code below from the V7 Advanced Users Guide which works fine when section images are not included:
==========================================================Actinic:SHOWFORPRICESCHEDULE Schedules="2" HTML="<A
HREF=NETQUOTEVAR:SECTIONLINK>NETQUOTEVAR:SECTIONNAME</
A>"/>
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
NETQUOTEVAR:NEXT
==========================================================
If my sections have images, and I remove the <!-- -->all section images for all price schedules are shown. Does any one know what tags or additional code I can use here to get the intended result?
Cheers,
PC
Actinic V7 Developer
I want to limit access to sections by customer group (price schedule). When a customer logs in, they should only see their section and corresponding section image. I have used the code below from the V7 Advanced Users Guide which works fine when section images are not included:
==========================================================Actinic:SHOWFORPRICESCHEDULE Schedules="2" HTML="<A
HREF=NETQUOTEVAR:SECTIONLINK>NETQUOTEVAR:SECTIONNAME</
A>"/>
<!-- NETQUOTEVAR:SECTIONIMAGE NETQUOTEVAR:SECTIONTEXT -->
NETQUOTEVAR:NEXT
==========================================================
If my sections have images, and I remove the <!-- -->all section images for all price schedules are shown. Does any one know what tags or additional code I can use here to get the intended result?
Cheers,
PC
Actinic V7 Developer
Comment