[TYPO3-shop] backPID in Single view/ special basketbackPID

Daniel Brüßler info at -remove-patchworking.de
Thu Nov 29 16:16:17 CET 2007


Hello Franz,

I need a special PID what is forwarded to when one pushes the
"into-basket-button" in singleView. My solution is working - but please
check if the $pidNext - value can set in a better way.

Thanks in advance!
Daniel

------------
# in my setup:
plugin.tt_products {
  basketbackPID = 126
}

# in constants:
plugin.tt_products {
  PIDbasket = 19
  clickIntoBasket=1
}

# in marker/function addURLMarkers:
$pidNext = ($this->conf['clickIntoBasket'] &&
$this->conf['basketbackPID']) ? $this->conf['basketbackPID'] :
$pidBasket;  //PID 126
------------


> If you use the subpart <!--###LINK_ITEM###--> to link back to the list,
> then this works only with clickIntoBasket=1 for tt_products 2.5.3
> - Franz


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