Jump to content
xt:Commerce Community Forum

Bild Gr?sse ?


st-daniel

Recommended Posts

Guest HHGAG

/templates/AKTUELLESTPL/module/categories_listing/categories_listing.html

ca. Zeile 34:

     {php} 

  if ($col>=4) { 

  $col=0; 

  echo '</tr><tr>';

   } 

  {/php} 

($col>=4)

die 4 in die gew?nschte Spaltenanzahl ?ndern.

Link to comment
Share on other sites

Kannst du mir die Templats bitte mal ?ndern bzw. mir erkl?ren wo ich was ?ndere ??

// Kopie

{config_load file="$language/lang_$language.conf" section="categorie_listing"}

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr valign="top">

<td> <table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr valign="top">

<td><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><font color="#666666" size="4">{$CATEGORIES_NAME}</font>

</font></td>

<td align="right">{if $CATEGORIES_IMAGE}{$CATEGORIES_IMAGE}{/if}</td>

</tr>

</table>{if $CATEGORIES_DESCRIPTION}

<font size="1" face="Verdana, Arial, Helvetica, sans-serif"> {$CATEGORIES_DESCRIPTION}</font>

{/if}

{if $module_content !=''} <font color="#000000" size="2">{#heading_more_categories#}</font>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr> {foreach name=aussen item=module_data from=$module_content}

{php}

$col++;

{/php}

<td class="main"><div align="left">

<table width="100%" border="0" cellpadding="0" cellspacing="3">

<tr>

<td width="1" rowspan="2" >{if $module_data.CATEGORIES_IMAGE}{$module_data.CATEGORIES_IMAGE}{/if}</td>

<td class="main">{$module_data.CATEGORIES_NAME}</td>

</tr>

<tr>

<td class="main">{$module_data.CATEGORIES_DESCRIPTION}</td>

</tr>

</table>

</div></td>

{php}

if ($col>=3) {

$col=0;

echo '</tr><tr>';

}

{/php}

{/foreach} </tr>

</table>

{/if}

</td>

<td class="main" nowrap width="1%"> </td>

</tr>

</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>{$MODULE_new_products}</td>

</tr>

</table>

Link to comment
Share on other sites

Guest HHGAG

{config_load file="$language/lang_$language.conf" section="categorie_listing"}

<table width="100%" border="0" cellpadding="0" cellspacing="0">

 <tr valign="top"> 

 <td> <table width="100%" border="0" cellspacing="0" cellpadding="0">

 <tr valign="top"> 

 <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#666666" size="4">{$CATEGORIES_NAME}</font></strong> 

 </font></td>

 <td align="right">{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}">{/if}</td>

 </tr>

 </table>{if $CATEGORIES_DESCRIPTION}

 <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> {$CATEGORIES_DESCRIPTION}</font> 

 <br>

 <br>

 {/if}

 {if $module_content !=''} <strong><font color="#000000" size="2">{#heading_more_categories#}</font></strong> 

 <br>

 <table width="100%" border="0" cellspacing="0" cellpadding="0">

 <tr> {foreach name=aussen item=module_data from=$module_content} 

 {php} 

 $col++; 

 {/php} 

 <td class="main"><div align="left"> 

 <table width="100%" border="0" cellpadding="0" cellspacing="3">

 <tr> 

 <td width="1" rowspan="2" >{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" border="0"></a>{/if}</td>

 <td class="main"><strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong></td>

 </tr>

 <tr> 

 <td class="main">{$module_data.CATEGORIES_DESCRIPTION}</td>

 </tr>

 </table>

 </div></td>

 {php} 

 if ($col>=3) { 

 $col=0; 

 echo '</tr><tr>';

 } 

 {/php} 

 {/foreach} </tr>

 </table> 

 {/if} <br>

 </td>

 <td class="main" nowrap width="1%"> </td>

 </tr>

</table>

<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

 <tr>

 <td>{$MODULE_new_products}</td>

 </tr>

</table>

M?sste so reichen, alles andere bitte selbst machen, HTML ist nun mal Vorrausetzung, dass sollte man schon k?nnen, oder zumindestens Dreamweaver bedienen k?nnen. :z:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...