[Typo3-shop] Two row list view - 'Shop system (extended by ZK)'

Jogvan Olsen jo at atlanticvideo.dk
Tue Jan 11 20:07:10 CET 2005


Hi List



I want to make a two row list-view of a product presentation.



Product1    Product2    Product3    Product 4    Product5

Product5    Product6    Product7    Product8    Product9



My problem is I only get two row listing when I have two categories on the 
screen at the same time. When the products have the same category, I only 
get one row listed - even if there are many (<20) products in the category.



I have read the earlier tread 'tow row list', but I use the 'Shop system 
(extended by ZK)' version, so I can't use the class file modified by Franz 
Holzinger. I have tried to make the same modifications to my copy of 
'class.tx_ttproducts.php', but I can't get it to work.



Can anyone help me with this?



Thanks,

Jogvan





My HHML template looks like this:



<!-- ###ITEM_LIST_TEMPLATE### begin

This subpart is used to display the regular list of products. It's also

used by search-results.

-->

<TABLE border="2" cellspacing="0" cellpadding="1" width=1>







<!-- ###ITEM_CATEGORY_AND_ITEMS### begin -->





<!-- ###ITEM_LIST### begin -->





<TR>

<TD colspan="3">

<FORM method="post" action="###FORM_URL###" name="###FORM_NAME###">







         <TABLE bordercolor="#003399" cellspacing="1" border="1">

           <tr>

             <td><img src="clear.gif" width=90 height=1></td>

             <td><img src="clear.gif" width=90 height=1></td>

             <td><img src="clear.gif" width=90 height=1></td>

             <td><img src="clear.gif" width=90 height=1></td>

             <td><img src="clear.gif" width=90 height=1></td>

             <td><img src="clear.gif" width=90 height=1></td>

             <td><img src="clear.gif" width=90 height=1></td>

             <td><img src="clear.gif" width=90 height=1></td>

           </tr>





<!-- ###ITEM_SINGLE### begin-->



<TD height="100" bgcolor="###GC1###" valign="bottom" align="center">

             <!--###LINK_ITEM###-->###PRODUCT_IMAGE2###<br>

             ###PRODUCT_TITLE### <br>###CATEGORY_TITLE###

             <!--###LINK_ITEM###-->

</TD>



<!-- ###ITEM_SINGLE### end -->



</FORM>

</TABLE>



</TD></TR>



<!-- ###ITEM_LIST### end -->

<!-- ###ITEM_CATEGORY_AND_ITEMS### end -->



<tr>

                      <td colspan="5" align="center">

                                            <b>

                                            <!--###LINK_PREV###--><< Forrige 
side  <!--###LINK_PREV###-->

                                            <!--###LINK_BROWSE###-->###BROWSE_LINKS###<!--###LINK_BROWSE###-->

                                            <!--###LINK_NEXT###-->  Næste 
side >><!--###LINK_NEXT###-->

                                            </b>

                      </td>

</tr>



</TABLE>



<!-- ###ITEM_LIST_TEMPLATE### end -->







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