[Typo3-shop] Problem extending tt_products

Franz Holzinger franz at fholzinger.com
Thu Jan 26 13:39:05 CET 2006


Hello Simon,

> did that. I made a small ext with the kickstarter and added 1 field to
> tt_products and 1 field to fe_users, then I output the following:
> t3lib_div::loadTCA($table);
> tx_table_db::setTCAFieldArray;
> $content= t3lib_div::view_array(array(
> 'TCA-products' => $GLOBALS['TCA']['tt_products'],
> 'TCA-fe_users' => $GLOBALS['TCA']['fe_users'],
> ));
> The TCA-fe_users contains my additional field, but TCA-products is still
> the original tt_products TCA (The result is the same with or without the
> first 2 lines).
> This is on a clean T3 installation and the only installed extensions are
> rte, table(0.0.6), fh_library(0.0.5), tt_products (2.3.10), kickstarter
> & test_extend_shop (above 'small ext').

update to the latest versions of these extensions.

Try to do the same with tt_address and check if this works with the
tt_address table.


Greets,

Franz



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