[TYPO3-commerce] Image when product image doesn't exists

Virtua.cz servis at virtua.cz
Sun Aug 26 22:33:58 CEST 2007


Hi Alex,

CSS solution:

commerce-detail-box .image {
	margin:0;
	padding:0;
	height:200px;
	width:200px;
	float:left;
	text-align:center;
	overflow:hidden;
	background:#fff url(../img/default-picture.png) no-repeat 50% 50%;
}

<!-- ###PRODUCT_VIEW_DETAIL### begin-->
...
<div class="commerce-detail-box">
	<h2>###PRODUCT_TITLE###</h2>
	<div class="image">###PRODUCT_IMAGES###</div>
	....

Jira

-----Original Message-----
From: typo3-project-commerce-bounces at lists.netfielders.de [mailto:typo3-project-commerce-bounces at lists.netfielders.de] On Behalf Of Alexander Agafonov
Sent: Sunday, August 26, 2007 9:45 PM
To: typo3-project-commerce at lists.netfielders.de
Subject: [TYPO3-commerce] Image when product image doesn't exists

Hello list.
Is any solution for product image when image doesn't exixst? I mean when 
you don't have image of you product displayes something like "No image" 
picture.

Reards, Alex
_______________________________________________
TYPO3-project-commerce mailing list
TYPO3-project-commerce at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce



More information about the TYPO3-project-commerce mailing list