Announcement

Collapse
No announcement yet.

Help with Breadcrumb Array

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help with Breadcrumb Array

    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> &gt;
    </mvt:foreach>
    Order Form &gt;
    Item# &mvt:product:name;<br>


    Thanks,
    Mike

    #2
    That code is specific to the Sebenza module. Breadcrumbs are now built in to Miva. To call the breadcrumbs into your page, replace the code you listed above with <mvt:item name="breadcrumbs" />. If you want to modify the display of the breadcrumbs, the code is located on the Settings/Global Settings tab under User Interface.

    Leanne

    Comment


      #3
      Perfect thank you!

      Comment

      Working...
      X