I have a couple questions about breadcrumbs:
For category pages, is there a way to remove the last link (for the current page) on the breadcrumb trail?
I'd still like to display the current page (right now it is set to display the last node) but not have a link.
Example: Home > MainCategory1 > SubCategory1
The user is viewing the category "SubCategory1". "Home" links to the homepage, "MainCategory1" links to the parent category, and "SubCategory1" is not a link.
---
On product pages, is there a way to display the current page in the breadcrumb trail?
Right now it only displays the categories. I'd also like the current page (the product name) not to be a link, like the example above, but add in the product name.
Thanks!
Category and Product Breadcrumb Display
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Category and Product Breadcrumb Display
For the conlib CategoryBreadcrumbs, you can set HideLastNode to true
[[ConLib:CategoryBreadCrumbs HideLastNode="true"]]
Adding the product name would require customization.
[[ConLib:CategoryBreadCrumbs HideLastNode="true"]]
Adding the product name would require customization.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Category and Product Breadcrumb Display
We would still like to display the breadcrumb of the current page. To my understanding, [[ConLib:CategoryBreadCrumbs HideLastNode="true"]]
would remove the current page from the breadcrumb trail. We would like the current page to display, but without a link. Is this possible?
would remove the current page from the breadcrumb trail. We would like the current page to display, but without a link. Is this possible?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Category and Product Breadcrumb Display
You could set it to hide the last node and then add the object name to the breadcrumbs conlib.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Category and Product Breadcrumb Display
I'm new to AbleCommerce. Could anyone provide an example of this?