I have copied the following code from ACT_ProductBody (displays a section)-
and then pasted it in ACT_productLine (displays the product info), but when I view the product info instead of showing the sections at the top of the page it just displays the text 'NETQUOTEVAR:PARENTSECTIONSTOP
NETQUOTEVAR:SECTIONLISTTOP NETQUOTEVAR:TOPSECTIONSEPARATOR NETQUOTEVAR:CARTERRORLISTXML'
How do I get it to recognise these as variables, not text...?
Code:
<A NAME="sectiontop"> <DIV ALIGN="CENTER"> NETQUOTEVAR:PARENTSECTIONSTOP </DIV> <!-- NETQUOTEVAR:TOPLEVELSECTIONSTOP --> NETQUOTEVAR:SECTIONLISTTOP NETQUOTEVAR:TOPSECTIONSEPARATOR NETQUOTEVAR:CARTERRORLISTXML </A>
NETQUOTEVAR:SECTIONLISTTOP NETQUOTEVAR:TOPSECTIONSEPARATOR NETQUOTEVAR:CARTERRORLISTXML'
How do I get it to recognise these as variables, not text...?
Comment