[TYPO3-shop] Access to product category alternate language by Typoscript (for a breadcrum)

Franz Holzinger franz at ttproducts.de
Fri Feb 25 08:49:02 CET 2011


Le 24/02/2011 01:04, Unai a écrit :
> lib.bread = RECORDS
> lib.bread{
> dontCheckPid = 0
> tables = tt_products_cat_language
> source.field=cat_uid
> source.data = GPvar:tt_products|cat
> conf.tt_products_cat_language = TEXT
> conf.tt_products_cat_language.field = title
> conf.tt_products_cat_language.required = 1
> conf.tt_products_cat_language.wrap = Photography / <a href="#"
> class="sel">|</a>
> }
>

The sys_language_uid has not been set. So several records might be found.
Check the generated SQL query using the extension debug_mysql_db.

- Franz






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