Announcement

Collapse
No announcement yet.

Native replacement for Toolkit's breadcrumbs

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

  • TipPro
    replied
    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.

    Leave a comment:


  • Leanne
    replied
    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.

    Leave a comment:


  • TipPro
    started a topic Native replacement for Toolkit's breadcrumbs

    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>
Working...
X