by royhink » Thu Nov 29, 2007 3:48 pm
I don't know if this is exactly what you are looking for, but I've put in a 'breadcrumbs' style navigation onto a site I'm building, and it sounds similar.
I've put a 'code' into product.fieldXX and called it to link back to a category page with the following code:
<a href="[-- PRODUCT.Field8 --]_Country_Reports.html">
[-- PRODUCT.Field8 --]_Country_Reports</a>
I have to put a code into product.field8 of every product, and my page naming convention has to be exact, or it doesn't work.
Hope this helps
Roy