Announcement

Collapse
No announcement yet.

Native replacement for Toolkit's breadcrumbs

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

    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>

    #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


      #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