[TYPO3-commerce] Disable single view or remove link from list view

hartmut achtmalvier at googlemail.com
Wed Dec 19 15:49:47 CET 2007


Hi Jeroen,

Thanks a lot!

This did it:

plugin.tx_commerce_pi1{
	listView.products.fields.title.typolink >
}

And I thought I tried everything, staring hours on setup.txt.

best wishes
hartmut


Jeroen Visser schrieb:
> Hi Hartmut,
> Try something like:
> 
>   //Unlink the headertitle in the singleview
>   singleView {
>     products.fields {
>       title.typolink >
>     }
>   }
> 
> This handles the link in the single view. Maybe replace singleView by 
> listView...
> 
> Greetings,
> Jeroen
> 
> hartmut wrote:
>> Hi list,
>>
>> how can I disable the single view? Or at least remove the link from 
>> the title-field in list view pointing to single view?
>>
>> Tried different things already, like:
>>
>> lib.tx_commerce.products.fields{
>>     title = stdWrap
>>     title {
>>         typolink.parameter = 0
>>     }
>> }
>>
>>
>> or:
>>
>> plugin.tx_commerce_pi1{
>>     singleView=0
>> }
>>
>>
>> No success.
>>
>> Any hint appreciated.
>>
>> greets
>> hartmut
>>
> 
> 


More information about the TYPO3-project-commerce mailing list