The breadcrumb trail works fine when on a standard .HTML page. If linking to a product via the cgi-bin (marketing lists, search results etc) the variables become borked and the output is html.
The variables are not being parsed and the source code shows:
<a href="<actinic:variable name=" sectionpagename" target="_self">
which outputs
"target="_self">My Page 1 > "target="_self">My Page 2
BaseHREF is in place and on non cgi-bin pages it works fine ... so why are the sellerdeck variables not being parsed on the upload to the cgi-bin?
The variables are not being parsed and the source code shows:
<a href="<actinic:variable name=" sectionpagename" target="_self">
which outputs
"target="_self">My Page 1 > "target="_self">My Page 2
BaseHREF is in place and on non cgi-bin pages it works fine ... so why are the sellerdeck variables not being parsed on the upload to the cgi-bin?
Comment