View Single Post
  #2  
Old 11-27-2002, 06:44 AM
 
ryan ryan is offline
 

Advanced Member
  
Join Date: Sep 2002
Location: Philly
Posts: 38
 

Default

Just find the following line in the file config.php:
Code:
$product["producttitle"]="$product[product] $product[brand] $product[model] #$product[productid]";

and replace it with the following line:
Code:
$product["producttitle"]="$product[product] #$product[productcode]";

I am using the older version of xcart.
Reply With Quote