Guest Posted July 11, 2005 Share Posted July 11, 2005 Hi all this should be simple, but i cant figure it out. On the product info page i need to display the product image after the product name: About line 114 i have: <td class="main" valign="top"><div class="pageHeading"><?php echo $products_name; ?></div></td> I need : <td class="main" valign="top"><div class="pageHeading"><?php echo $products_name; ?>PRODUCT_IMAGE_HERE_WITH_NO_LINK</div></td> Any help would be appriciated Craig :D Link to comment Share on other sites More sharing options...
seank123 Posted July 11, 2005 Share Posted July 11, 2005 The code I used is: <?phpecho tep_image(DIR_WS_IMAGES . $product_info['products_image']) ?> Link to comment Share on other sites More sharing options...
Guest Posted July 11, 2005 Share Posted July 11, 2005 The code I used is: <{POST_SNAPBACK}> Cheers.... Craig Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.