I'm trying to customise the appearance of the parent sections (breadcrumb trail).
I've edited Act_ProductBody and surrounded the NETQUOTEVAR:PARENTSECTIONSTOP with a table like this:
This adds an arrow graphic to the left hand side, a sort of "you are here" indicator. I then added <td> and </td> to the appropriate Act_ParentSectionsLink, Act_ParentSectionsSeparator and Act_ParentSectionsThis files. This all works fine.
My problem, though, is that on the main product index page, I just see the arrow, but nothing after it, eg:
On a product page it shows as:
> products > by design style > Victorian
Then if you click on 'by design style' you see:
> products > by design style
But if you click on products, you see:
>
I want it to either show up (ideally) as:
> products
Or not to appear at all.
The work-in-progress is at the link below - to log in, use lg and web as the username and password.
http://livingglass.newbarnmedia.co.u...Victorian.html
(shows the whole breadcrumb)
http://livingglass.newbarnmedia.co.u...log/index.html
(shows the arrow on its own)
How can I make the word 'products' appear on the index page?
Mike Taylor
PS Hope that makes sense, I think I may have lapsed into waffle about half way through....
I've edited Act_ProductBody and surrounded the NETQUOTEVAR:PARENTSECTIONSTOP with a table like this:
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td><img src="bc-arrow.gif" alt="" width="21" height="23" border="0"></td>
NETQUOTEVAR:PARENTSECTIONSTOP
</tr>
</table>
<tr>
<td><img src="bc-arrow.gif" alt="" width="21" height="23" border="0"></td>
NETQUOTEVAR:PARENTSECTIONSTOP
</tr>
</table>
My problem, though, is that on the main product index page, I just see the arrow, but nothing after it, eg:
On a product page it shows as:
> products > by design style > Victorian
Then if you click on 'by design style' you see:
> products > by design style
But if you click on products, you see:
>
I want it to either show up (ideally) as:
> products
Or not to appear at all.
The work-in-progress is at the link below - to log in, use lg and web as the username and password.
http://livingglass.newbarnmedia.co.u...Victorian.html
(shows the whole breadcrumb)
http://livingglass.newbarnmedia.co.u...log/index.html
(shows the arrow on its own)
How can I make the word 'products' appear on the index page?
Mike Taylor
PS Hope that makes sense, I think I may have lapsed into waffle about half way through....
Comment