This is probably a pretty simple answer.
So I added the breadcumbs module to one of my sites templates for better user navigation. But it only like half works, if you click on the home link that will take you to the home page. Which works well if you only go one page deep into the site. But if you select a catalog then go the product large view, the breadcrumbs will only show (home -- largeview) with the home link being the only one you can click on. When it should be (home -- catalog -- largview) and the home and catalog would be links to the approprate pages.
Here is my code for adding the breadcrumbs module into the template...
<div class="home-link"><a href="/">Home »</a> </div>
<div class="breadcrumbs"> {module_breadcrumbs, »}<br />
</div>
If anyone could tell me where i made the mistake or a work around for this problem that would be awesome... Thank you so much...
I have the webpages in the order I want on the site map, but I cant find where you make the changes for the catalogs. My problem is that when you are in a catalog or even a sub catalog the bread crumbs should read (home -- catalog -- subcatalog -- product) but insetead its (home -- product)... Thank you for pointing me in the right direction...
The only workaround is to manually create partial breadcrumbs in the template that you are showing your products. Example on the template its self manually create the Home breadcrumb, then add the tag for the catalog then add the breadcrumbs like you normally do. But in short, part of the breadcrumb needs to be created manually in the t emplate.
I know this is old but...
I came across a particularly sticky problem regarding breadcrumbs this week.
as you are probably aware there is 2 breadcrumbs the ecommerce and the pages breadcrumbs.
a few problems with this.
1. ecommerce breadcrumbs doesnt work on webpages
2. webpage breadcrumbs doesnt work on ecommerce (and unlinked and only the last level is not enough to classify as "working")
3. webapps dont display either correctly (or at all!).
I had to document the process to comeup with a successful breadcrumbs that works across the whole site now.
it may be specific to my needs, but if anyone gets any use out of it, please do...
North America
Europe, Middle East and Africa
Asia Pacific