[TYPO3-shop] Problem extending tt_products

Vikram Mandal [Typo3India] vikram at typo3india.com
Thu Feb 2 06:40:53 CET 2006


Hi Franz,

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
>
I have tested it. It is working fine :-) 
Thanks for the hooks.

Regards,
Vikram Mandal
--------------------------------------------------------
http://www.typo3india.com - connect.innovate.share



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