View Single Post
  #2  
Old 02-22-2005, 10:12 AM
 
ziggy ziggy is offline
 

Advanced Member
  
Join Date: Oct 2004
Posts: 44
 

Default Re: change of the title in detailed product information

For all with this problem...I have found the solution:
you have to change
Code:
$product["producttitle"] = "$product[product] #$product[productid]";
in include/func.php to
Code:
$product["producttitle"] = "$product[product] $product[productcode]";
__________________
x-cart user
v4.0.7
Reply With Quote