
Best Answer fiction13 , 05 September 2014 - 08:28
Файл media/zoo/applications/jbuniversal/templates/catalog/renderer/category/_default.php
Меняем
<?php if ((int)$vars['params']->get('template.category_text', 1) && $category->description) : ?> <div class="description-full"><?php echo $category->getText($category->description); ?></div> <?php endif; ?>
на
<?php if (!$this->app->jbrequest->get('page') and (int)$vars['params']->get('template.category_text', 1) && $category->description) : ?> <div class="description-full"><?php echo $category->getText($category->description); ?></div> <?php endif; ?>Go to the full post
