Jump to content
xt:Commerce Community Forum

Artikel auf Startseite 3 spaltig?


roland44

Recommended Posts

Hey,

hast du schon mal im Backend in den Einstellungen in den Konfiguration->Maximum Werte -> Erwartete Artikel Anzeigemodul geschaut.

Dort kann man die "Maximum Anzahl an erwarteten Artikeln die auf der Startseite angezeigt werden sollen" einstellen.

Link to comment
Share on other sites

Hallo, ich möchte gern die Artikel auf meiner Startseite 3 spaltig anzeigen. Was muß ich ändern?

dazu musst Du die new_products_default.html anpassen.

da muss folgende Schleife rein:

  {foreach name=aussen item=module_data from=$module_content}

  {php} $col++; 

  {/php}


{php} 

  if ($col>=3) {

  $col=0;

  echo '';

  }

  {/php}

  {/foreach} 

Link to comment
Share on other sites

Archived

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

×
  • Create New...