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.
Announcement
Collapse
No announcement yet.
Native replacement for Toolkit's breadcrumbs
Collapse
X
-
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.
If you want to modify the display, go to Global Settings and look for the Smart Breadcrumbs section.Code:<mvt:item name="breadcrumbs" />
Leave a comment:
-
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>
Tags: None
Leave a comment: