[TYPO3-shop] tt_products list view in columns

Franz Holzinger franz at fholzinger.com
Wed Nov 29 11:40:49 CET 2006


Hello Rainer,

>>> <!-- ###ITEM_SINGLE_POST_HTML### -->        <!-- für mehrspaltige 
>>> Darstellung -->
>>
>> These are real markers, no subparts!
>>
>> ###ITEM_SINGLE_POST_HTML###
>>
>> no comments (<!-- , -->) here.
>>
> I tried both and it worked (with the subpart), but because of categories 
> and only one product per category it kept looking like one-column-view. 
> With 2 or more products per cat it worked!
> 

This is the standard behaviour. With every change of a category the 
products listing will restart in the left column.

<!-- ###ITEM_CATEGORY### begin -->
	<tr>
		<td colspan=4><br>###GW1B###<font 
size=3><strong>###CATEGORY_TITLE###</strong></font> ###GW1E###
		<br>
		</td>
	</tr>
<!-- ###ITEM_CATEGORY### end -->

You need a code modification to change this behaviour.

- Franz





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