[TYPO3-shop] Back to list product from single view

Franz Holzinger franz at ttproducts.de
Thu Feb 3 13:49:09 CET 2011


Hello Sorn,

> I had try with NoSingleViewOnList = 1, but it still not work.
>
> I have solve it by:
> - in ext/tt_products/view/class.tx_ttproducts_single_view.php
> change
>
> $linkUrl=tx_div2007_alpha::getPageLink_fh002($this->cObj,$linkPid,'',$this->marker->getLinkParams('',$addQueryString,TRUE,FALSE,$viewCatTable->piVar),array('useCacheHash'=>TRUE));
>
>
> to
>
> $linkUrl=tx_div2007_alpha::getPageLink_fh002($this->cObj,$linkPid,'','',array('useCacheHash'=>TRUE));
>
>
> it work.
> is it a right way to solve this problem?
>

This means that you would loose all the tt_products parameters when you 
go back to the list. Even the language parameter would get lost.


NoSingleViewOnList = 1

This must work. You will never see the single view on the list view plugin.

-  Franz



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