View Single Post
  #28  
Old 06-22-2006, 06:56 PM
 
justoneguy justoneguy is offline
 

Newbie
  
Join Date: May 2006
Posts: 5
 

Default

Quote:
Originally Posted by jharwood
How might one get two fields of data to concatenate and show in the dialog header like:

Product_Category #Product_Code
eg. Shoes #100

I've tried some variations of the syntax w/o luck. Are the terms "producttitle" and "product" being established somewhere that can be added to or modified?

Thanks
John

You can change the product title in /include/func.php:

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

Just change productid to productcode to get the sku in there instead of the id#
__________________
http://www.digitakes.com
xcart 4.0.18 (Linux - production)(Windows - development)
Reply With Quote