[Typo3-shop] realurl

Volker Graubaum vg_typo3 at e-netconsulting.de
Tue Apr 26 18:19:11 CEST 2005


Hi,

try

   'postVarSets' => array(
          '_DEFAULT' => array (
         'product_details' => array(
                  array(
                       'GETvar' => 'tt_products',
                       'lookUpTable' => array(
                              'table' => 'tt_products',
                              'id_field' => 'uid',
                              'alias_field' => 'title',
                              'maxLength' => 30,
                              'useUniqueCache' => 1,
                              'addWhereClause' => ' AND NOT deleted'
                      ),
                  ),
                  array(
                      'GETvar' => 'backPID',
                      'lookUpTable' => array(
                              'table' => 'pages',
                              'id_field' => 'uid',
                              'alias_field' => 'title',
                              'maxLength' => 30,
                              'useUniqueCache' => 1,
                              'addWhereClause' => ' AND NOT deleted'
                      ),
                  ),
....

than as normal :-)

Greetings Volker



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