[TYPO3-shop] Category Breadcrumb

Franz Holzinger franz at ttproducts.de
Mon Jun 23 13:05:34 CEST 2014


Hello,

On 20/06/2014 18:47, Michael Schumann wrote:
> it is posible to build a breadcrumb navigation for tt_products?
>
> My actual setup (page tree) like:
>
> [0] Website
>   [1] My Website
>    [5] Start
>    [6] Products (with tt_products plugin for MENUCAT and LISTHIGHLIGHTS)
>     [7] Detail (with tt_products plugin for SINGLE)
>   [4] Products and Categorys (here are store the products and categorys)
>
> If i show the the products page (6) the breadcrumb like "You are here: My
> Website > Products"
> If i show the detail page (7) the breadcrumb like "You are here: My Website
>> Products > Details"
>
> To clean the "Details" page in my breadcrumb is no problem, but when i into
> a deep category like "Tools > Lights > Bulbs >" it´s not posible to show the
> category tree.
>
> Very nice like "You are here: My Website > Products > Tools > Lights >
> Bulbs" - but i have no idea.
>
> Typo3: 6.2.3
> tt_products: 2.7.11
> mbi_products_categories: 0.6.0

In the single view of tt_products you have a wrapped subpart marker:

###LINK_BACK2LIST###
E.g.:

   <!--###LINK_BACK2LIST###-->you are here<!--###LINK_BACK2LIST###-->

However this is only for the backlink.

Here is a partly setup. Something like this should work inside of a menu 
setup:

[globalVar = GP:tt_products|cat > 0]
lib.breadcrumbs.10.special.range = 1|-2
lib.breadcrumbs.20 = RECORDS
lib.breadcrumbs.20 {
	dontCheckPid = 1
	tables = tt_products_cat
	source.data = GP:tt_products|cat
	conf.tt_products_cat = COA
	conf.tt_products_cat.20 = TEXT
	conf.tt_products_cat.20.field = keyword
	conf.tt_products_cat.20.wrap =  &#47&nbsp;<strong>|</strong>
}
[end]



- Franz




More information about the TYPO3-project-tt-products mailing list