Jump to content
xt:Commerce Community Forum

Weitere Unterkategorien aus dem Content entfernen


krasok

Recommended Posts

dazu musst Du in der Datei categories_listing.html folgendes entfernen:

  {if $module_content !=''} <strong>{#heading_more_categories#}</strong> 

      <br />

      <table style="border-top: 2px solid; border-color: #d4d4d4;" width="100%" border="0" cellspacing="0" cellpadding="0">

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

  {php} 

          $col++; 

  {/php} 

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

                <tr> 

                  <td align="center" >{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" alt="{$module_data.CATEGORIES_NAME}" /></a>{/if}</td>

                </tr>

                <tr>

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

                </tr>

                <tr>

                  <td align="center" >{$module_data.CATEGORIES_DESCRIPTION}</td>

                </tr>

              </table>

            </td>

          {php} 

    if ($col>=3) { 

    $col=0; 

    echo '</tr><tr>';

     } 

    {/php} 

   {/foreach} </tr>

      </table> 

       {/if} 

Link to comment
Share on other sites

Archived

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

×
  • Create New...