View Single Post
  #2  
Old 08-03-2009, 11:20 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Manufacturer name in from of Product name

Don't do this on a live site as I have not tested it

include/func.product.php look for this
Code:
# # Put all product info into $product array #
and insert before the end of this function before
Code:
return $product; }

Code:
$product['product'] = $product['manufacturer'] . " " . $product['product'];
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote