I 'm developing a site using of course CMSMS (1.5.2) and I have a question regarding the Product Manager. I searched around a bit but couldn't find sth relating to what I 'm after (either that or I didn't search right), so here it goes:
I want to use the breadcrumb feature as it exists in the Detail template but embed it also in the hierarchy report template and/or any of the other Product templates. Also I 'd like to make it to functional meaning that clicking any of its parts would take you to the corresponding place.
I already tried copy/pasting to the other template but of course it didn't work.
Can give any hint or suggest how to go about this?
Thanks
P.S.
Just in case the code gives any indication here it is:
Code: Select all
{assign var='products' value=$mod} --> I m' not sure if this has sth to do with the code below but it is right above it
{if is_array($entry->breadcrumb)}
Breadcrumb: {' >> '|implode:$entry->breadcrumb}<br/>
{/if}