theman Posted February 24, 2005 Share Posted February 24, 2005 hi, how is it possible to add the manufacturers name above the product name (like how you can set it up in the product listing), but for new products would be of great help thanks Link to comment Share on other sites More sharing options...
TerryK Posted February 24, 2005 Share Posted February 24, 2005 You can see how I've done it on my site at: http://www.kididdles.com/catalog/products_new.php (Artist = manufacturer) Here's the code I placed within an individual table cell -- hopefully it'll help you... <?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products_new['products_id']) . '"><b><u>' . $products_new['products_name'] . '</u></b></a><br>' . TEXT_MANUFACTURER . ' ' . $products_new['manufacturers_name'] . '<br><br>' . TEXT_PRICE . ' ' . $products_price; ?> HTH, Terry Terry Kluytmans Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like: Add order total to checkout_shipment Add order total to checkout_payment Add radio buttons at checkout_shipping (for backorder options, etc.) Duplicate Table Rate Shipping Module Better Product Review Flow * If at first you don't succeed, find out if there's a prize for the loser. * Link to comment Share on other sites More sharing options...
theman Posted February 24, 2005 Author Share Posted February 24, 2005 mm sorry i forgot to specify..im looking in particular at the new products box that shows up on all index pages You can see how I've done it on my site at: http://www.kididdles.com/catalog/products_new.php (Artist = manufacturer) Here's the code I placed within an individual table cell -- hopefully it'll help you... <?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products_new['products_id']) . '"><b><u>' . $products_new['products_name'] . '</u></b></a><br>' . TEXT_MANUFACTURER . ' ' . $products_new['manufacturers_name'] . '<br><br>' . TEXT_PRICE . ' ' . $products_price; ?> HTH, Terry <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.