[TYPO3-shop] commerce CATEGORY_ITEMS_LISTVIEW_2 formating

Dusan Aleksic dusan.aleksic at deepscreen.ch
Sat Feb 3 14:24:32 CET 2007


Hi again,
I'll start with code from 
typo3conf/ext/commerce/pi1/category_product.tpl this is the part that we 
modified for gallery view of all the products from same category.

<!-- ###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 -->


http://img214.imageshack.us/img214/1654/commerceib6.png

Now, on the left side of the image is what we get, all of the thumbs 
looks like that one. What we want is the one on the left, that has 
height = "72px" and width "144px" attributes set, and has no phantom 
clear.gif on the top of it. Black area on top of every thumb has 
following code, that i have no idea who generates, how do I turn it off?

<td colspan="1">
<img width="774" height="1" alt="" src="clear.gif"/>
</td>
</tr>

http://img214.imageshack.us/img214/1654/commerceib6.png

Cheers!


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