[TYPO3-shop] [Typo3-shop] Problem extending tt_products

Simon Tuck e-mailNO at SPAMeyejet.com
Sun Feb 5 11:11:36 CET 2006


Franz Holzinger wrote:
> Hello Vikram,
> 
>>>> /* mergeExtendingTCAs($ext_keys)
>>>> *
>>> if this is ok for you, I could put this function into the fh_library.
>>> Then I can put a hook into tt_products which will call this function
>>> with the values in the hook array as parameters. I think this should be
>>> the init function of pi1/class.tx_ttproducts_pi1.php
>>>
>> It's not my code. Someone posted the same in the dev list. The code was
>> taken from from Stanislas Rolland's extension 'sr_feedit'
>>
> 
> I am going to include this now into fh_library.
> 
> http://fholzinger.com/development/tt_products-2.4.4.3.tar.gz
> 
> Can you tell me if this works to your needs?
> 
> You have to install fh_library 0.0.8.
> Set the hook in ext_localconf.php
> 
> if (!defined ('TT_PRODUCTS_EXTkey')) {
> 	define('TT_PRODUCTS_EXTkey','tt_products');
> }
> // Hooks for tt_products TCE
> $TYPO3_CONF_VARS['EXTCONF'][TT_PRODUCTS_EXTkey]['extendingTCA'][] =
> $_EXTKEY;
> 
> 
> 
> Regards,
> 
> Franz
Thanks for the update - works for me too.
Cheers
Simon



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