I am trying to add a navigation tree to the left column of the store. I have tried to add the code from the actinic manual but it does not seem to work. I am working from a stripped version of the Act_primary.html meaning that the person before me has deleted all the placeholders etc... I have attached the file as it is now. Any help would be greatly apprecited. is there a resource for the original templates?
Announcement
Collapse
No announcement yet.
Drop down navigation tree
Collapse
X
-
still not working
ok - I copied everything in the head of the original pasted it back in, uncommented the NETQUOTEVAR:SECTIONTREE_NAMES and then added
<FORM METHOD=NETQUOTEVAR:CGIMETHOD ACTION="NETQUOTEVAR:CGIURL">
<INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
where I wanted it to show - as the actinic manual says. however this just adds the text document.write(ACT_DropListBox(sections)) to the page and does not "write" the drop down box?????????
any thoughts?
Comment
-
Stacy,
If I understand you correctly you want a drop down menu as supplied in the default Act_Primary.html ?
In my primary template it readsCode:<script language=Javascript1.2> <!-- document.write(ACT_DropListBox(sections)) // --> </script>
I also assume you need to make reference toCode:<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
Is this what you mean by navigation tree ?esafetysigns.co.uk
your instant download portal for self printable health and safety signs and posters
... download once use as many times as you like !
http://www.esafetysigns.co.uk/index.html
http://www.esafetysigns.co.uk/acatalog/index.html
Comment
Comment