[Typo3-shop] bug in 2.0.2.14 - OVERVIEW doesn't get linked to basket page

Rainer (Rene) Suthoelder t3 at boswel-remove-me.de
Wed Jun 22 18:37:15 CEST 2005


in latest tt_products 2.0.2.14 in class.tx_ttproducts.php on line 2329 
$wrappedSubpartArray gets redeclared with
$wrappedSubpartArray = array();

this empties all previously declared values and therfore, the link to the 
basket (defined in line 2182 $wrappedSubpartArray["###LINK_BASKET###"] = 
...) doesn't work anymore.

bugfix:
comment out or delete line 2329

cheers

rainer





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