после установки 2.2 поверх 2.1 на сайте при попытке попасть в категорию пишет:
"Fatal error: Call to undefined method Category::countChildrensItems() in ...\media\zoo\applications\product\templates\default\category.php on line 79"
в этой строчке:
"Fatal error: Call to undefined method Category::countChildrensItems() in ...\media\zoo\applications\product\templates\default\category.php on line 79"
в этой строчке:
if ($this->category->countChildrensItems()) {
$categoriestitle = $this->category->getParams()->get('content.categories_title');
echo $this->partial('categories', compact('categoriestitle'));
}