in der datei productlist/index.tpl (child template anlegen) im Block gridsm, gridmd... wie gewünscht ändern. 12= 1 Artikel, 6=2 Artikel, 4= 3 Artikel, 3 = 4 Artikel pro Zeile
Code:
{block name='productlist-index-include-productlist-header-grid'}
{if (!empty($AktuelleKategorie->categoryFunctionAttributes['darstellung'])
&& $AktuelleKategorie->categoryFunctionAttributes['darstellung'] == 1)
|| (empty($AktuelleKategorie->categoryFunctionAttributes['darstellung'])
&& ((!empty($oErweiterteDarstellung->nDarstellung) && $oErweiterteDarstellung->nDarstellung == 1)
|| (empty($oErweiterteDarstellung->nDarstellung)
&& isset($Einstellungen.artikeluebersicht.artikeluebersicht_erw_darstellung_stdansicht)
&& $Einstellungen.artikeluebersicht.artikeluebersicht_erw_darstellung_stdansicht == 1))
)}
{block name='productlist-index-include-productlist-header-grid-list'}
{assign var=style value='list'}
{assign var=grid value='6'}
{assign var=gridmd value='12'}
{/block}
{else}
{block name='productlist-index-include-productlist-header-grid-gallery'}
{assign var=style value='gallery'}
{assign var=grid value='6'}
{assign var=gridsm value='6'}
{assign var=gridmd value='4'}
{assign var=gridxl value='3'}
{if !$bExclusive || empty($boxes.left)}
{assign var=gridmd value='4'}
{/if}
{/block}
{/if}
{/block}