[TYPO3-shop] Extending tt_products

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Oct 19 12:22:42 CEST 2006


Franz Holzinger schrieb:
> Hello David,
> 
>> I need to extend the shop with several fields, (like Publisher, ISBN, 
>> etc.) for a bookshop.
>>
>> With the extension kickstarter it is easy to make the additions to the 
>> database.
>>
>> How can I make the additions to the shop in a way its save for updates?
> 
> use only the fields which are already inside of tt_products.
> Or send me the new needed fields and other code enhancements you make. 
> Then I can incoporated them into tt_products.

Doesn't sound too flexible. It'd be great if I could add fields to the 
product record. If I use a field prefix there should be no clash. I only 
need a way to tell the shop I have some more fields to render/process.

ISBN looks general enough, but I prefer it if an extension is extensible so 
I can make local changes that are upgrade-safe. eg in the Core I can add 
fields to be stored in the rootline.

Masi



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