[TYPO3-shop] [SOLVED] Re: Back to list product from single view
sorn
sun.sorn007 at gmail.com
Mon Feb 7 05:30:42 CET 2011
plugin.tt_products.NoSingleViewOnList = FALSE; or
plugin.tt_products.NoSingleViewOnList = 0;
not plugin.tt_products.NoSingleViewOnList = 1;
thanks,
Sorn.
On 02/03/2011 07:49 PM, Franz Holzinger wrote:
>
> 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