[TYPO3-shop] Translating categories
Franz Holzinger
franz at fholzinger.com
Wed Mar 21 16:19:52 CET 2007
Hello Eef,
> We used extensions nsb_cat2menu and mbi_products_categories to show the
> categories and subcategories in the bottom. (thanks to Tapio Markula for
> setting this up)
> And this all works fine.
>
> 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
> }
> }
>
> But translating gives problem. I added above lines into setup and this does
> not work allright:
> 1. Categories are translated but not in the nsb_cat2menu
> 2. When I use the next setup lines, a lot of products are showed NN times
> in the listview.
The translation only works if the Table Library is used to create the
SQL queries. If you use mbi_products_categories then only the advanced
version (for sponsors only http://jambage.com/index.php?id=170) has the
necessary hooks to build the correct SQL queries.
Otherwise only single categories can be used as a filter.
- Franz
More information about the TYPO3-project-tt-products
mailing list