engine2610 Posted November 18, 2009 Report Share Posted November 18, 2009 Hallo Leute ich habe ein Template, jesen mir in den Product Listing keine Kurzbeschreibung des Produktes anzeigt. Ich wolte mal so ca. 2 Zeilen haben, die ich gleich in der Product Listing gleich mit anzeigen kann. Kann mit hier vielleicht jemand helfen? Hier ist mein Quelltext von Product Listing: {config_load file="$language/lang_$language.conf" section="index"} <h1 class="h1topic">{$CATEGORIES_NAME}</h1> {if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_IMAGE}" /><br />{/if} {if $CATEGORIES_DESCRIPTION}{$CATEGORIES_DESCRIPTION}{/if} <p class="clr"> </p> {$NAVIGATION} <br /> <br /> {if $MANUFACTURER_DROPDOWN}{#text_show#} {$MANUFACTURER_DROPDOWN}{/if} <p class="clrsmall"></p> <p>{foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php}</p> <table width="100%" border="0"> <tr> <td background="http://www.gonav.de/images/contenttop.jpg" width="548" height="27" colspan="3" bordercolor="#F0F0F0"><div align="left"><a href="{$module_data.PRODUCTS_LINK}"> > <strong>{$module_data.PRODUCTS_NAME}</strong></a></div></td> </tr> <tr> <td width="25%" rowspan="2" bordercolor="#F0F0F0" bgcolor="#F0F0F0"><span class="boxlistingpic">{if $module_data.PRODUCTS_IMAGE} <a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a> {/if} </span></td> <td width="52%" bordercolor="#F0F0F0" bgcolor="#F0F0F0"> <p align="left" class="pprice"><a href="{$module_data.PRODUCTS_LINK}"></a></p> </td> <td width="37%" bordercolor="#F0F0F0" bgcolor="#F0F0F0"><div align="right"> <p align="right" class="pprice"><span class="pricebox"><strong>{$module_data.PRODUCTS_PRICE}</strong></span></p> <div align="right"><span class="pricebox">{if $module_data.PRODUCTS_VPE}{$module_data.PRODUCTS_VPE}</span></div> </div></td> </tr> <tr> <td colspan="2" bordercolor="#F0F0F0"><div align="right"> <div align="right"></div> <div align="right"></div> <div align="right"><span class="taxinfo">{/if} {$module_data.PRODUCTS_TAX_INFO}</span></div> <div align="right"><span class="taxinfo">{$module_data.PRODUCTS_SHIPPING_LINK}</span></div> </div> <div align="right"><span class="pricebox"> {$module_data.PRODUCTS_BUTTON_BUY_NOW} </span></div></td> </tr> </table> {php} if ($col>=3) { $col=0; echo ''; } {/php} {/foreach}<br /> {$NAVIGATION} Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.