Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add manufacturers name in new products listing


theman

Recommended Posts

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

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...