[TYPO3-commerce] Category Images in Category Single View

Andreas Stauder stauder at stauder.ch
Thu May 31 13:10:36 CEST 2007


Hi Thomas,

if I understood right the image is always scaled to small. Check how big 
it is and insert this value (e.g. 300) in the Typoscript Object Browser. 
There may be global limits for image dimensions in general.

If you are using templavoila: theres also a limit in the DS.

Andreas


t.maroschik at thegecko.info wrote:
> Hello Martin,
> 
> I meant not the category list. For better understanding I just uploaded a screenshot and marked the elements of interest. You can view it here http://img164.imageshack.us/my.php?image=screenshotcq3.jpg .
> 
> The marker for this image in category_product.tpl is ###CATEGORY_IMAGES### and stands in the following context:
> <!-- ###CATEGORY_VIEW_DISPLAY### begin -->
> 	<div class="com_category_title_container"><div class="csc-header csc-header-n1"><h1 class="csc-firstHeader">###CATEGORY_TITLE###</h1></div>
> 	<span>###CATEGORY_DESCRIPTION###</span>
> 	<span>###CATEGORY_IMAGES###</span>
> 	<span>###SUBPART_CATEGORY_ITEMS_LISTVIEW_TOP###</span> 
> 	</div>
> 	<br />
> 	<div>###SUBPART_CATEGORY_ITEMS_LISTVIEW###</div>
> 	<div>###CATEGORY_BROWSEBOX###</div>	
> <!-- ###CATEGORY_VIEW_DISPLAY### end -->
> 
> I tried already any maxW property I found in tx_commerce plugin in the object browser. Nothing seems to work. 
> 
> Thank you already for your reply,
> 


More information about the TYPO3-project-commerce mailing list