Dazu habe ich folgende Änderung vorgenommen:
Anstatt:
Code: Alles auswählen
$options = array ('idcat' => $selcat, "start" => $with_start, "order" => $order, "direction" => $cms_sort_direction);
$list = new ArticleCollection($options);
Code: Alles auswählen
$options = array ('idcat' => $selcat, "start" => $with_start, "artspecs" => 1, "order" => $order, "direction" => $cms_sort_direction);
$list = new ArticleCollection($options);
Die Variable $artspecs gibt es ja in der Klasse ArticleCollection. Sollte also gehen. Allerdings funktioniert das so nicht.
Weiß da jemand Rat?