[TYPO3-shop] Product highlight and multipage tree

Richard Jäger richard_j at arcor.de
Wed Jun 10 20:45:32 CEST 2009


Franz Holzinger schrieb:
> Richard Jäger a écrit :
>> Richard Jäger schrieb:
>>> Franz Holzinger schrieb:
>>>> Richard Jäger a écrit :
>>>>> once i knew how to use the product highlighting for templavoila.
>>>>>
>>>>> lib...
>>>>>
>>>>> But i forgot how, could someone explain me how i can use it for 
>>>>> example for: lib.highlight
>>>>
>>>> I do not understand what you mean with Templavoilá here.
>>>> The shop uses a html template to display the plugins in the FE.
>>>> You can use the template suffix to have special subparts for special 
>>>> purposes like 'highlighting' of product lists or single views.
>>>>
>>>> - Franz
>>>
>>> I mean that for example:
>>>
>>> lib.jobs = TEMPLATE
>>> lib.jobs.template = FILE
>>> lib.jobs.template.file = fileadmin/templates/Rightbox/jobs_gv_en.html
>>>
>>>
>>> Once i had it with the "highlight" product, that it was shown up in 
>>> "lib.bestseller"
>>>
>>> But i really cant remember how i did it
>>
>> Ok its working with:
>>
>> lib.bestseller < plugin.tt_products
>> lib.bestseller {
>> code = LISTHIGHLIGHTS
>> PIDlistDisplay = 141,147
>> templateFile = fileadmin/templates/Bestseller/products_css_de.html
>> }
>>
>>
>> But when im in the single view of the highlight product, then it shows 
>> up too, the single view in the "lib.bestseller".
>>
>> Is there a way to say, just show list in "lib.bestseller"?
> 
> NoSingleViewOnList = 1
> 
> 
> - Franz
> 
> 


Wow thanks it works very nice :)

And here is my very last question, then im totally happy :)

I made some custom fields and i followed this tutorial:
http://www.typo3.net/index.php?id=13&action=list_post&tid=49494

But i just can see the custom fields in my single view and not in the 
list view, what should i do that i can see them also in list view?

Thanks in advance


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