[Typo3-dev] new CODE entry in zk_products

Roger Kislig roger.kislig at orange8.com
Mon Mar 21 15:25:39 CET 2005


Hi list,

I need to add an additional CODE entry (existing CODEs are LIST, BASKET,
etc.) in the zk_products extension I'm using. I added a row for each
language in locallang_tca.php as follows:

...
'tt_content.tt_products_code.I.13' => 'NEWCODE',
...

I also extended the function main_products such that the new code calls
the product_display function, but I'm not getting that far
unfortunately.

The new CODE doesn't show in the dropdown list in the typo3 admin
backend, what do I need to do in order to be able to use it?

Many thanks,
Roger




More information about the TYPO3-dev mailing list