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.