Page 1 of 1

Breadcrumb only functional on checkout

Posted: Wed Sep 17, 2008 7:47 am
by kupakia
Hopefully someone can send me in the right direction here. A little background on what I have done so far. I have installed able commerce and associated database (sql2005). I then wrote some ssis packages to feed the product, catalog, nodes, etc from another source. My catalog looks exactly as it should and the store displays as it should. Unfortunately, for some reason, the breadcrumb only seems to work on the product details page. To the best of my knowledge, this should be working as I delve into sub catagories. So obviously, I am missing something somewhere. Any help any of you pro's could provide would be most appreciated.
Thanks in advance :)

Re: Breadcrumb only functional on checkout

Posted: Thu Sep 18, 2008 2:29 am
by mazhar
I think you are taking about CategoryBreadCrumbs You can use the category bread crumbs in as below by just adding the following line to sub category scriptlet.

Code: Select all

[[ConLib:CategoryBreadCrumbs HideLastNode="True"]]

Re: Breadcrumb only functional on checkout

Posted: Thu Sep 25, 2008 10:43 am
by kupakia
Thank you for your reply. It's not something very high on my list of concerns right now so forgive the long delay on my reply. I will look into that :)