[TYPO3-shop] extended products characteristics?
Franz Holzinger
franz at fholzinger.com
Wed May 17 13:42:36 CEST 2006
Hello Ana
>
> I think that something is missing, But what? Could you help me?
>
1. If you want to extend tt_products in a proprietary way then you
should think of using the hooks provided. See the TYPO3 documentation
about hooks. You should create your own extension which adds fields to
the TCA of tt_products and other tables. Then you should write your
classes with the hook functions. Only by doing it this way you will
still be able to use also later versions of tt_products. The interface
of the hooks can be changed, however it would not be so much work to
adapt your interfaces.
2. If you want to share your enhancements of tt_products then consider
the way to discuss them here. Search the code of tt_products for a field
name which is similar to yours. Then redo all the steps with your new
field that have already been done with the compared field.
Greets,
Franz
More information about the TYPO3-project-tt-products
mailing list