Hi,
I'm using the following code for my breadcrumb bar and it works fine everywhere except on my extended info pages.
These pages are in the same style as the rest of the site and are NOT popup pages.
This code is within the Compact Parent Section Link
and the Compact This Section Name
The problem that I have is that when you click on the Section directly containing the product referenced in the extended info page you get a 404 error page message. The other higher level links work but not this one.
Example ...
http://www.enjoymuzic.com/acatalog/P...tar__PVG_.html
Click on the Piano, Voice & Guitar (PVG) link in the breadcrumb bar.
Anyone got any ideas?
Thanks
David
I'm using the following code for my breadcrumb bar and it works fine everywhere except on my extended info pages.
These pages are in the same style as the rest of the site and are NOT popup pages.
This code is within the Compact Parent Section Link
HTML Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self" id="<actinic:variable name="SectionID" />"><actinic:variable name="SectionName"/></a> <img src="icon-arrow.gif" alt="icon arrow" />
HTML Code:
<a href="<actinic:variable name="SectionName"/>" target="_self" id="<actinic:variable name="SectionID" />"><actinic:variable name="SectionName"/></a> <img src="icon-arrow.gif" alt="icon arrow" />
Example ...
http://www.enjoymuzic.com/acatalog/P...tar__PVG_.html
Click on the Piano, Voice & Guitar (PVG) link in the breadcrumb bar.
Anyone got any ideas?
Thanks
David
Comment