Shopware: Kategorien mit Übersetzungen
$cats = Shopware()->Modules()->Categories()->sGetMainCategories();
Richtig (Attribute mit Underscore):
$catId = Shopware()->Shop()->getCategory()->getId();
$cats = Shopware()->Modules()->Categories()->sGetCategories($catId);