|
|||
|
hallo, wie kann ich in der Datei module/product_listing/product_listing_v1.html jeden einzelnene Artikel in einer box mit Rahmen rundherum darstellen. Sitze jetzt schon fast den halben Tag dabei und kann dies nicht l?sen.
Es geht um diesen Teil. <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-top: 2px solid; border-color: #d4d4d4;"> {foreach name=aussen item=module_data from=$module_content} <tr> <td rowspan="2" style="border-bottom: 1px solid; border-color: #cccccc;">{if $module_data.PRODUCTS_IMAGE!=''}[img]{$module_data.PRODUCTS_IMAGE}[/img]{/if} {if $module_data.PRODUCTS_FSK18=='true'} [img]{$tpl_path}img/fsk18.gif[/img]{/if}</td> <td align="left" class="main">{$module_data.PRODUCTS_NAME}</td> </tr> <tr> <td align="left" class="main" style="border-bottom: 1px solid; border-color: #cccccc;">{$module_data.PRODUCTS_SHORT_DESCRIPTION } {$module_data.PRODUCTS_PRICE} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="right"><table width="200" border="0"> <tr> <td align="right">{if $module_data.SHIPPING_NAME} <table width="200" border="0" cellpadding="0" cellspacing="0"> <tr valign="middle"> <td class="main">{#text_shippingtime#}</td> {if $module_data.SHIPPING_IMAGE} <td>[img]{$module_data.SHIPPING_IMAGE}[/img]</td> {/if} <td class="main">{$module_data.SHIPPING_NAME}</td> </tr> </table> {/if} {$module_data.BUTTON_BUY_NOW}</td> </tr> </table></td> </tr> </table> </td> </tr> {/foreach} </table> Vielen dank Chris |
![]() |
| Lesezeichen |
| Stichworte |
| produktlistung |
| Themen-Optionen | |
| Ansicht | |
|
|