Hallo liebe Typo3-Experte!!!
Ich habe ein Problem mit RealUrl und tt_products. Der folgende Code hat keine Auswirkung bei mir. Ich nutze Typo3 6.2. Hat vielleicht jemand eine funktionierende Variante? Vielen Dank im Voraus!!!!
// start produkt konfig 'backPID' => array( array( 'GETvar' => 'tt_products[backPID]', 'lookUpTable' => array( 'table' => 'pages', 'id_field' => 'uid', 'alias_field' => 'title', 'addWhereClause' => ' AND NOT deleted', 'useUniqueCache' => 1, 'useUniqueCache_conf' => array( 'strtolower' => 1, 'spaceCharacter' => '-', ), ), ), ), // product categories 'categories' => array( array( 'GETvar' => 'tt_products[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' => '-', ), ), ), ), // products 'products' => array( array( 'GETvar' => 'tt_products[product]', 'lookUpTable' => array( 'table' => 'tt_products', 'id_field' => 'uid', 'alias_field' => 'title', 'addWhereClause' => ' AND NOT deleted', 'useUniqueCache' => 1, 'useUniqueCache_conf' => array( 'strtolower' => 1, 'spaceCharacter' => '-', ), ), ), ), _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german