http://addons.oscommerce.com/info/4783
One part of the instructions is a little unclear to me. My file orders.php is already modified If anyone knows where to place this code, i would greatly appreciate it. I have the add on working in customers.php, but rarely use that. I need it working in orders.php.
On line 375 change:
?>
to the following:
### begin customer notes ###
$ias_notes_marker = false;
$ias_notes_mark = tep_db_query("SELECT customers_notes_id FROM customers_notes WHERE customers_id = ".$orders['customers_id']);
if(tep_db_num_rows($ias_notes_mark)) $ias_notes_marker = true;
?>
I really wish the author had pointed to more than just a single ?>
My file is modified and I have no idea where to place the above code.
Tim






Find content
Male

