[TYPO3-shop] Category list doesn't show anything

Franz Holzinger franz at fholzinger.com
Thu Mar 29 09:48:45 CEST 2007


Hello

>>> what parameters are used to activate the languages?
>>
>> See topic 'Translating categories'
>> If you use mbi_products_categories then the translations for categories
>> do not fully work yet. This will be fixed in tt_products 2.5.3
>>
> 
> i dont use mbi_products.
> The topic 'translating categories' gives no solution how to configure a
> product list so that products are shown correctly in an alternative
> language.
> there is no documentation at all as far as i can see...

It's in the shop manual.

table.tt_products_cat = tt_products_cat
   conf.tt_products_cat.ALL {
     language.type = table
     language.table = tt_products_cat_language
   }
   conf.tt_products.ALL.language {
     type = table
     table = tt_products_language
   }

- Franz




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