[TYPO3] RealURL and comma separated values in tt_products
Alexander
master_nhg at mail.ru
Tue May 8 16:17:32 CEST 2007
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' => '-',
),
),
),
),
More information about the TYPO3-english
mailing list