So you would see the image thumbnail, manufacturer then price.
I've added this into category.tpl
Code: Select all
<?php if ($manufacturer) { ?>
<a href="<?php echo str_replace('&', '&', $manufacturers); ?>"><?php echo $manufacturer; ?></a>
<?php } ?>
Any ideas would be a big help.
thanks