controller/product/category.php yi aç
BUL:
'name' => $result['name'],
ALTINA EKLE:
'manufacturer' => $result['manufacturer'],
View/product/category.tpl aç:
BUL : <span class="price-tax"><?php echo $text_tax; ?> <?php echo $product['tax']; ?></span>
<?php } ?>
Altına Ekle :
<div class="manufacturer"><?php echo $product['manufacturer']; ?></div>
CSS işini sen yaparsın.