[Typo3-shop] link from basket to single view
Christian Buelter
buelter at kennziffer.com
Fri Aug 5 13:08:19 CEST 2005
Hi Stefan,
you have to modify the file pi1/class.tx_ttproducts.php.
In the function "getBasket" change the line
> $wrappedSubpartArray["###LINK_ITEM###"]=array('<A href="'.$this->getLinkUrl($this->conf["PIDitemDisplay"]).'&tt_products='.$row["uid"].'">','</A>');
to
> $wrappedSubpartArray["###LINK_ITEM###"]=array('<A href="'.$this->getLinkUrl($row['pid']).'&tt_products='.$row["uid"].'">','</A>');
Greetings,
Christian
Stefan Beylen schrieb:
> Hello,
>
> has anybody got an idea how to link items from the basket to the single
> view? of course without losing the path of the item ;)
>
> thx!
More information about the TYPO3-project-tt-products
mailing list