[TYPO3-shop] commerce CATEGORY_ITEMS_LISTVIEW_2 formating

Dusan Aleksic dusan.aleksic at deepscreen.ch
Sat Feb 3 15:13:09 CET 2007


Hi all,
This code from typo3conf/ext/commerce/pi1/category_product.tpl :

<!-- ###CATEGORY_ITEMS_LISTVIEW_2### begin-->
<div class="thumbContainer">
	<div class="grayBckg">
		<div class="imgContainer"><!-- ###PRODUCT_LINK_DETAIL### 
-->###PRODUCT_IMAGES###<!-- ###PRODUCT_LINK_DETAIL### --></div>
	</div>
	<div class="textUnderPG">###PRODUCT_TITLE###</div>
</div>
<!-- ###CATEGORY_ITEMS_LISTVIEW_2### end --


Generates thumbs that you can see on the left of this image:
http://img214.imageshack.us/img214/1654/commerceib6.png

What I want is on the right side, without the weird haircut ;-)
"Haircut" is from this code (when I look at the source of the genereated 
page):

<tr>
<td colspan="1">
<img width="774" height="1" alt="" src="clear.gif"/>
</td>
</tr>
<tr>
<td valign="top">
<img width="774" height="468" border="0" title="" alt="" 
src="uploads/tx_commerce/serizzo_monterosa_02.jpg"/>
<br/>
</td>
</tr>

Where the hell is this clear.gif coming from, how do i remove it!?
Also the image has following dimensions 774x468px while it should be 
displayed small something like 144x72 px but I don't know where to 
specify it?


Cheers!


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