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#