On the last step of removing Sebenza Product Template manager and making some final tweaks.
I had this in my old product pages and it isn't working now in the alternate display pages. I do have "breadcrumbs" assigned to the page. Wasn't sure if I was missing another item that needed to be assigned or the array needs to be corrected now that I don't use that module.
Category:
<mvt:foreach iterator="crumb" array="breadcrumb">
<a href="&mvt:global:sessionurl;Screen=CTGY&Category_ Code=&mvt:crumb:code;">&mvt:crumb:name;</a> >
</mvt:foreach>
Order Form >
Item# &mvt:product:name;<br>
Thanks,
Mike
I had this in my old product pages and it isn't working now in the alternate display pages. I do have "breadcrumbs" assigned to the page. Wasn't sure if I was missing another item that needed to be assigned or the array needs to be corrected now that I don't use that module.
Category:
<mvt:foreach iterator="crumb" array="breadcrumb">
<a href="&mvt:global:sessionurl;Screen=CTGY&Category_ Code=&mvt:crumb:code;">&mvt:crumb:name;</a> >
</mvt:foreach>
Order Form >
Item# &mvt:product:name;<br>
Thanks,
Mike
Comment