If you want to highlight the customers name in red also in the orders overview,
in all orders made by a customer with comments, you have to do the following:
Open catalog/admin/orders.php
On line 376 change:
to the following:
### begin customer notes by tabsl v2.1|2008 ###
### end customer notes by tabsl v2.1|2008 ###
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;
### end customer notes ###
?>
Thats it, now all orders made by a customer with comments will highlight the customers name in red.
All credit goes to the author of the contribution.
This is a full package, contains all files from v2.0 plus text file with the installation above.
More...




LinkBack URL
About LinkBacks









Bookmarks