[TYPO3] RealURL and comma separated values in tt_products
Alexander
master_nhg at mail.ru
Wed May 9 10:03:05 CEST 2007
Alexander пишет:
> ah
> there is part of RealURL configuration for categories:
>
> // product categories
> 'categories' => array(
> array(
> 'GETvar' => 'tx_ttproducts_pi1[cat]',
> 'lookUpTable' => array(
> 'table' => 'tt_products_cat',
> 'id_field' => 'uid',
> 'alias_field' => 'title',
> 'addWhereClause' => ' AND NOT deleted',
> 'useUniqueCache' => 1,
> 'useUniqueCache_conf' => array(
> 'strtolower' => 1,
> 'spaceCharacter' => '-',
> ),
> ),
> ),
> ),
Anyone?
More information about the TYPO3-english
mailing list