View Single Post
  #3  
Old 12-30-2010, 05:44 AM
  rogue's Avatar 
rogue rogue is offline
 

X-Adept
  
Join Date: Apr 2007
Location: Loveland, Ohio
Posts: 770
 

Default Re: Adding Manufacturer name in front of Product name

I think I see what you are trying to do. The code you are looking for is in .../include/func/func.product.php. You should be able to add a couple of lines at the bottom before the product array is returned to modify the product name by adding the manufacturer name as prefix.

The manufacturer name is in $product[manufacturer] I think.

The product name is in $product[product] I think.
__________________
Richard Williams
Rogue Wave Limited

Initial Inventory Imports
Daily Inventory Updates
Daily Inventory Reports
Drop Ship Support
Order Export to Shipper/Supplier
Shopping Feeds That Work
Programming for X-Cart

richard@roguewavelimited.com
http://www.roguewavelimited.com
Reply With Quote