Native replacement for Toolkit's breadcrumbs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TipPro
    Mivite


    • Apr 2006
    • 293

    #1

    Native replacement for Toolkit's breadcrumbs

    What is the native replacement for the Toolkit's breadcrumb code?

    Code:
    <mvt:item name="toolkit" param="breadcrumb|bc_total_count|g.Category_Code"/>
    <mvt:foreach iterator="breadcrumb" array="breadcrumbs">
    <!-- output each breadcrumb -->
    </mvt:foreach>
  • Leanne
    Mega Mivite






    • Mar 2006
    • 2666

    #2
    Breadcrumbs are now built in to Miva. Just assign the breadcrumb item to the page you want to display it on, and add the call to the item where you want the breadcrumbs to display.

    Code:
    <mvt:item name="breadcrumbs" />
    If you want to modify the display, go to Global Settings and look for the Smart Breadcrumbs section.

    Comment

    • TipPro
      Mivite


      • Apr 2006
      • 293

      #3
      I don't think I have Smart Breadcrumbs. My store is still on MMUI.

      I am working on updating my store to as much native functionality as I can before I take on the project of converting it to a CSSUI store.

      Comment

      Working...
      X