Wichtig ist, dass der Smarty-Block „frontend_listing_index_topseller“ vorhanden ist. Evtl. muss auch in der Theme.php des Custom Themes folgendes aufgeführt sein:

protected $injectBeforePlugins = true;

Siehe dazu auch folgenden Hinweis aus der SW Doku: „You can decide if your theme should be processed before or after the plugin templates by setting the $injectBeforePlugins variable in your Theme.php file. If you want to create a normal theme, which can be purchased in the shopware community store, the value should be set to true, so your theme is processed before the plugins. This ensures that all plugins can be used with your theme.“

https://developers.shopware.com/designers-guide/smarty/#inheritance-and-plugin-templates

Übrigens: unser Plugin benötigen Sie nur, wenn Sie die Topseller auf bestimmten Seiten weiter nutzen wollen. Wenn Sie Topseller komplett global deaktivieren wollen, können Sie dies auch ohne Plugin über Einstellungen -> Caches/Performance -> Reiter „Einstellungen“ -> Marketing -> Topseller tun.