Skip navigation
BernardDigital 26 posts
Apr 30, 2012
Currently Being Moderated

why doesn't the breadcrumbs module work properly

May 11, 2012 2:58 PM

Tags: #not_working #breadcrumbs #breadcrumbs_module

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 &raquo;</a> </div>

        <div class="breadcrumbs"> {module_breadcrumbs, &raquo;}<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...

 
Replies
  • Liam Dilley
    4,228 posts
    Feb 28, 2012
    Currently Being Moderated
    May 11, 2012 4:03 PM   in reply to BernardDigital

    Hey there,

    You need to set your site structure up.

    Under the Site settings go to site map.

    In there you need to drag and drop those file elements to organise them as you need to. The breadcrumbs module when then start to work correctly based on that.

     
    |
    Mark as:
  • Liam Dilley
    4,228 posts
    Feb 28, 2012
    Currently Being Moderated
    May 14, 2012 9:45 PM   in reply to BernardDigital

    In those templates use the shopping breadcrumbs {tag_cataloguebreadcrumbs} (overall layout for eCommerce)

     
    |
    Mark as:
  • Currently Being Moderated
    May 14, 2012 9:46 PM   in reply to BernardDigital

    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.

     
    |
    Mark as:
  • Currently Being Moderated
    May 14, 2012 10:09 PM   in reply to BernardDigital

    You should be able to get away with just one for ecommerce. Use the breadcrumb tags that Liam mentioned to add your catalogs and products to the breadcrumbs. Anything before those catalog should be hard coded in.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 4, 2012 10:17 PM   in reply to BernardDigital

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

     

    http://www.phreaddee.com.au/BCsnippets/breadcrumbs.html

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points