View Single Post
  #4  
Old 08-15-2003, 12:22 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default

in v3.4.* try looking in xcart/include/func.php

around line 1190 look for

Quote:
$product["producttitle"]="$product[product] #$product[productid]";

change to

Quote:
$product["producttitle"]="$product[product] - #$product[productcode]";

That will display the product code instead of the product ID
Reply With Quote