Best Answer Cheren-dow , 28 October 2013 - 10:09
Изменить порядок можно в этом файле
сайт\media\zoo\applications\jbuniversal\templates\catalog\category.php
И поставьте
// subcategories render if (isset($category)) { $categories = $this->category->getChildren(); if ($this->params->get('template.subcategory_show', 1) && count($categories)) { echo $this->app->jblayout->render('subcategories', $categories); } }
Перед
// pagination render if ($this->params->get('template.item_pagination', 1)) { echo $this->app->jblayout->render('pagination', $this->pagination, array('link' => $this->pagination_link)); }Go to the full post