[TYPO3-commerce] No class named: tx_commerce_tceFunc

G. Gothe g.gothe at westhost.de
Fri Aug 14 11:44:07 CEST 2009


Hi List,

had the same problem using the coupons extension which still was
refering to the graytree extension. Since the current commerce version
from svn does not require the graytree extension, coupons still does.


for your specific problem hope this helps:

in the tca.php of the coupons i had to change the line

'userFunc' => 'tx_graytree_tceFunc->getSingleField_selectTree',

to

'userFunc' =>
'EXT:'.COMMERCE_EXTkey.'/treelib/class.tx_commerce_tcefunc.php:&tx_commerce_tceFunc->getSingleField_selectCategories',


best Regards,
Goddart Gothe

David Rühr schrieb:
> Hi List,
> 
> I have the same Problem and find out in witch file the error will occurred.
> pi1/flexform_product.xml
> 
> Search for:
> tx_commerce_tceFunc->getSingleField_selectCategories
> 
> I will check and fix this in the next hours.
> So Long,
> David
> 
> Mit freundlichen Grüßen,
> 
> David Rühr
> PHP Programmierer
> 


More information about the TYPO3-project-commerce mailing list