Hi all,

Looking to display the manufacturers logo on my product info page.

I've copied the following code into my tpl_product_info_display.php file, but it just brings up the default "No Picture Available" image.

Code:
<?php 
echo zen_image(DIR_WS_IMAGES . $manufacturer_info_sidebox->fields['manufacturers_image'], $manufacturer_info_sidebox->fields['manufacturers_name']);
?>
I've tried copying the image into the images directory, the images/manufacturers directory, tried various filenames but still no joy.

Help!