[Typo3-shop] Using another table structure

Franz Holzinger franz at fholzinger.com
Tue Nov 29 12:27:10 CET 2005


Hello Peter,

> Would it be interesting to implement something like a "field-mapping" 
> tt_products? So perhaps you can offer constants like
> 
> plugin.tt_products.products.table = myproductstable
> plugin.tt_products.products.table.field.price = mypricefield
> 
> This solution would probably solve my problem. If this would be interesting 
> for other tt_products users I could try to implement this table and field 
> mapping.
> 
I have implemented this now in the Table Library. It is already used now 
to use the language tables with tt_products. You can use it as well for 
JOINing tt_products with any other table. Only the Extension Kickstarter 
should be used to create the other tables or you have to extend the 
tca.php manually.

Franz



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