[Typo3-shop] LIST multi-column view

Roman DUda info at dudata.de
Fri Nov 18 11:57:29 CET 2005


Jogvan Olsen schrieb:
> You can use:
> displayBasketColumns = [the number of column you want]
> 
> to define the number of column in List and Search view.
> 
> The manual explain how to use ‘displayBasketColumns’
> 
> /jogvan
> 
> 
> <nickolas at dgap.mipt.ru> wrote in message 
> news:mailman.8458.1130765697.10463.typo3-project-tt-products at lists.netfielders.de...
> 
>>Hello,
>>
>>Is there any way of implementing multi-column view of products?
>>
>>I couldn't find any appropriate method in the manual or google.
>>
> 
> 
> 
I have build a Template which allow you to view 3 (less or more) columns 
in LIST-VIEW.  It is possible. But I think it is very complicated. I 
like the way tt_news does. They hav in Option in the class...php where 
you can define how many columns you want to have.
The way I do it with tt_products LIST is to use this at the correct 
position in HTML Code:


Here you can define a table which holds three or more columns
<!-- ###ITEM_SINGLE### begin-->
Here you have to place your DIV or TABLE
of your Single ITEM
<!-- ###ITEM_SINGLE### end-->

Sorry for my bad english. But I do the best I can

Greetings ROman



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