[TYPO3-shop] Insert Records tt_products

Franz Holzinger franz at fholzinger.com
Thu Dec 4 08:25:30 CET 2008


Uwe Graber a écrit :

> i tried to "insert records" via normal t3-content-element. i extend 
> tt_products/ext_tables.php with
> 
> t3lib_div::loadTCA('tt_content');
> $TCA[tt_content]["columns"]["records"]["config"]["allowed"] .= 
> "tt_products";

$TCA[tt_content]["columns"]["records"]["config"]["allowed"] .= 
",tt_products";
You should not disallow tt_content!

> well, now i get products as allow type for insert record, but in the 
> frontend i just get an error-message with the allowed 
> display-mode-types....
which one?

- Franz




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