Sigrun Posted May 25, 2011 Report Share Posted May 25, 2011 Also ich habe alles brav nach anleitung gemacht und die artikel erscheinen trotzdem untereinsnder in einer reihe: Sets Mein stylesheet: #threecolms{ font-size: 15px; color: #900; border: 1px solid; float: left; height: auto; margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 0px; min-height: 280px; width: 160px; display: inline; } code: {php} $i = 0; {/php} {foreach name=aussen item=module_data from=$product_listing} {php} $i++; if ($i % 3 == 0){ echo '<div class="prod_nr_'.$i.' threecolms last">';} else { echo '<div class="prod_nr_'.$i.' threecolms">'; } {/php} <table class="productPreview" width="150" border="0" cellspacing="0" cellpadding="0"> <tr> {if $module_data.products_image!=''}<td class="productPreviewImage"><a href="{$module_data.products_link}">{img img=$module_data.products_image type=m_thumb class=productImageBorder alt=$module_data.products_name}</a></td>{/if} </tr> <tr> <td><a href="{$module_data.products_link}" style="text-decoration:none">{$module_data.products_name}</a></td> </tr> <tr> <td>{if $smarty.const._CUST_STATUS_SHOW_PRICE eq '1'} <p class="price"><strong>{$module_data.products_price.formated}</strong></p> <p class="taxandshippinginfo">{$module_data.products_tax_info.tax_desc}{if $module_data.products_shipping_link}<br /><a href="{$module_data.products_shipping_link}" target="_blank" rel="nofollow">{txt key=TEXT_EXCL_SHIPPING}</a>{/if}</p> {if $module_data.base_price}<p class="vpe">{$module_data.base_price.price} {txt key=TEXT_SHIPPING_BASE_PER} {$module_data.base_price.vpe.name}</p>{/if} {/if}</td> </tr> </table> </div> {php} if ($i % 3 == 0){ echo ' <hr class="listing" />'; } {/php} {/foreach} bitte bitte brauche hilfe versuch es schon seit tagen. Link to comment Share on other sites More sharing options...
Le-Seaw Posted May 26, 2011 Report Share Posted May 26, 2011 Welche Anleitung? Link to comment Share on other sites More sharing options...
Sigrun Posted May 26, 2011 Author Report Share Posted May 26, 2011 diese hier: xt:Commerce VEYTON 4.0 Link to comment Share on other sites More sharing options...
Le-Seaw Posted May 26, 2011 Report Share Posted May 26, 2011 Cache und template_c hattest du geleert? Link to comment Share on other sites More sharing options...
Le-Seaw Posted May 26, 2011 Report Share Posted May 26, 2011 und in deinem css: ist das alles was du eingetragen hast? Link to comment Share on other sites More sharing options...
stwinger Posted May 26, 2011 Report Share Posted May 26, 2011 Ich kann in deinem Quellcode auf den ersten Blick nicht die von Dir vergebene CSS ID finden !!! das solltest Du ändern, dann dürfte deine Liste 3spaltig erscheinen. Link to comment Share on other sites More sharing options...
Sigrun Posted May 26, 2011 Author Report Share Posted May 26, 2011 ich dachte wenn ich threecolms im stylesheet definiere reicht das. wo sonst müsste ich sie einbinden? Danke für die hilfe! Link to comment Share on other sites More sharing options...
stwinger Posted May 26, 2011 Report Share Posted May 26, 2011 mach aus deiner ID einfach mal eine Class ! #threecolms = ID .threecolms = Class Link to comment Share on other sites More sharing options...
Sigrun Posted May 26, 2011 Author Report Share Posted May 26, 2011 .threecolms{ font-size: 15px; color: #900; border: 1px solid; float: left; height: auto; margin-top: 0px; margin-right: 8px; margin-bottom: 8px; margin-left: 0px; min-height: 280px; width: 160px; display: inline; } lautet jetzt der code. er ist ganz am ende des stylesheets eingefügt. den cache und templates_c hab ich geleert. Link to comment Share on other sites More sharing options...
Sigrun Posted May 26, 2011 Author Report Share Posted May 26, 2011 aaah jetzt gehts...zumindest fast. ich nehm an ich muss viel am stylesheet ändern aber es sollte passen oder? Link to comment Share on other sites More sharing options...
Le-Seaw Posted May 26, 2011 Report Share Posted May 26, 2011 jupp damit steuerst da ja teilweise das Aussehen gibt es auch einen Link? Link to comment Share on other sites More sharing options...
Sigrun Posted May 26, 2011 Author Report Share Posted May 26, 2011 naja nicht ganz funktionierts - ich krieg die spaltenbreite nicht richtig hin Link to comment Share on other sites More sharing options...
Le-Seaw Posted May 26, 2011 Report Share Posted May 26, 2011 Wo versuchst du die einzustellen? im css oder in der productdatei? Link to comment Share on other sites More sharing options...
Sigrun Posted May 26, 2011 Author Report Share Posted May 26, 2011 alles in der css. es passt jetzt bis auf die bilddateien die sind zu groß :-/ und imageprocessing funktioniert nicht. aber bin extrem dankbar echt!! Link to comment Share on other sites More sharing options...
stwinger Posted May 26, 2011 Report Share Posted May 26, 2011 super ... ! einfac noch ein bisschen mit den Angaben in deiner CSS Class spielen und du merkst von alleine wie der Hase läuft Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.