[TYPO3-commerce] Looking for bugfix for Bug #1719 of com_advanced_products

Sven Schumacher sschu at computerteam.de
Wed Sep 29 16:45:25 CEST 2010


Hello,

com_advanced_products uses the hook postpricenet/postpricegross and it 
crashes when it calls:

$articleData = t3lib_div::makeInstance('tx_commerce_article');
$articleData->init($articleUid['uid_article']);
//up to here everything is fine
$articleData->load_data(); // <<-- this is the bad one.

It seems to me, that without this line, everything is fine with 
com_advanced_product (the right prices are printed to the customer - but 
I didn't have prices for attributes, so I can't check the whole 
extension). A little test to add an attribute-based price for testing 
purposes failed, because the adding of the price for the attribute 
failed already.

Perhaps this info helps someone else, who wants to setup commerce with 
com_advanced_products.

Greetings to all commerce-users and extension-developers


Sven




Am 28.09.2010 17:48, schrieb Sven Schumacher:
> Hello,
>
> anyone out there, who has tracked this bug to its origin and even better
> solved the problem? Otherwise I will give it a try today.
>
> I already modified commerce_ext to use tx_comdefaultstock_stock field
> (and the functions according access to the stock), to get it working
> with the trunk-version. But now I'm stuck at the next problem/bug...
>
> Thanks in advance
>
>
> Sven



More information about the TYPO3-project-commerce mailing list