Die Bestsellers-Box wird auch erzeugt, wenn keine Bestseller vorhanden sind.... Ende der Klasse ändern zu: PHP: if(sizeof($t_products_array) > 0) { $this->set_content_data('PRODUCTS_DATA', $t_products_array); $t_html_output = $this->build_html(); return $t_html_output; } } else { if(is_object($GLOBALS['coo_debugger'])) $GLOBALS['coo_debugger']->log('BestsellersContentView get_html USE_CACHE', 'SmartyCache'); } }}