frankc420 Posted February 18, 2003 Share Posted February 18, 2003 When viewing a single product, the page which shows the product details etc, I want to add the Manufacturer name above the short description (the area where it shows the model # and price). If someone could point me in the right direction I would appreciate it! Thanks, Frank Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted February 19, 2003 Share Posted February 19, 2003 The manufacturer name is not available on the page. You'll have to modify the query in product_info.php (line 46 in my file). Then: <?php echo $product_info['manufacturers_name']; ?> somewhere in the page. Christian Lescuyer Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.