Allright, currently the manufacturer's names show up above the item, on the page that lists everything in a particular category : http://www.dadahaus.com/store/index.php?cPath=4_5

I'd like to remove that, and add a line below the title of the product on the product page that says "by so-and-so". So when you load the page it says "Magnificent Artwork Blah Blah Blah" in big letters and then the line below it says "by supercool artist blah blah blah" in smaller letters.

I tried adding
Code:
<?php echo $manufacturers_name; ?>
to the product title but that didn't seem to do much.

I'm using osCMAX, downloaded about 2 months ago. Running on Apache with PHP 4.3.8

Thanks all
[/code]