bimbam Posted February 7, 2008 Report Share Posted February 7, 2008 moin, ich habe ein kleines problem ich habe an meinem shop die product_listing_v1 geändert lief auch alles problemlos im opera bekomm ich auch alle artikel in spalten angezeigt nur leider verschiebt sich die ansicht im ie und im firefox weiss einer rat? http://oldschoolshop.de/shop/index.php?cat=c5_Hosen.html so sieht es leider aus total verschoben und keine linie drin und so sollte es aussehen http://www.maennershirts.com/shop/index.php/cat/c158_La-Vida-Loca.html weiss nicht an was es liegt kann mir evtl jemand helfen? dann zu meiner zweiten frage http://oldschoolshop.de/shop/product_info.php?info=p10_Rangerhose--beige.html schaut man sich diesen artikel an wird er normal dargestellt jedoch hätte ich gerne das das bild des artikels links in dem freien feld nochmal dargestellt wird, wie kann man das bewerkstelligen ? danke im voraus Link to comment Share on other sites More sharing options...
bimbam Posted February 7, 2008 Author Report Share Posted February 7, 2008 hier mein index.html code dazu {config_load file="$language/lang_$language.conf" section="index"}<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td class="contentsTopics">{$CATEGORIES_NAME}</td> <td align="right"> </td> </tr> <tr valign="top"> <td class="contentsTopics">{$CATEGORIES_HEADING_TITLE}</td> <td align="right"> </td> </tr> </table>{if $CATEGORIES_DESCRIPTION}<br />{$CATEGORIES_DESCRIPTION}{/if}<br />{if $CATEGORIES_IMAGE}<br /><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-bottom: 1px solid; border-color: #000000;"> </td> </tr></table>{/if}{if $MANUFACTURER_DROPDOWN}<br /><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" align="right">{#text_show#} </td> <td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td> </tr> </table> </td> </tr></table><br />{/if}<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"> <table width="125" border="0" cellpadding="0" cellspacing="0" style="border-top: 2px solid; border-color: #d4d4d4;"> <tr> {foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php} <td width="125" valign="top" rowspan="4"> {if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if} <p><strong>{$module_data.PRODUCTS_PRICE} </strong>{$module_data.BUTTON_BUY_NOW}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}/buttons/german/button_details.gif" alt="Details" border="0" /></a> </p></td> </tr> <tr> <td align="left" class="main"> <table width="100%" border="0" cellpadding="0" cellspacing="0" > <tr> <td align="left"><table width="20" border="0"> <!-- width defines the distance between the pictures --> <tr> <td align="left">{if $module_data.SHIPPING_NAME} <table width="20" border="0" cellpadding="0" cellspacing="0"> <tr valign="middle"> <td class="main">{#text_shippingtime#}</td> {if $module_data.SHIPPING_IMAGE} <td><img src="{$module_data.SHIPPING_IMAGE}" alt="{$module_data.SHIPPING_NAME}" /></td> {/if} <td class="main">{$module_data.SHIPPING_NAME}</td> </tr> </table> {/if} </td> </tr> </table></td> </tr> </table> </td> {php} if ($col>=4) { $col=0; echo '</tr><tr>'; } {/php} {/foreach} </tr> </table> </td> </tr></table><br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$NAVIGATION}</td> </tr></table> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.