popstar Posted April 2, 2003 Share Posted April 2, 2003 #1) Is there a mod to add the order number to the order details screen? I have to literally go back to the email to get the order number, just seems silly to me that it doesnt show on the page with the order detail. #2) Which file do I edit to change the words "The comments for your order are", which appear on customers email when comments or order status changes are generated to the customer. Thank you! Ken Good things happen to good people! Link to comment Share on other sites More sharing options...
Guest Posted April 3, 2003 Share Posted April 3, 2003 There probably is a mod.... I have noticed "order number" discussed numerous times on these forums.. did you search? The email change you wish to make is in adminincludeslanguagesenglishorders.php Link to comment Share on other sites More sharing options...
Guest Posted April 3, 2003 Share Posted April 3, 2003 It is rather simple. I forget how but if you search the forums you will find it Link to comment Share on other sites More sharing options...
popstar Posted April 3, 2003 Author Share Posted April 3, 2003 Thanks to Kim, I fixed this. Here's how. replace this: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> With this: <td class="pageHeading"><b>Order Number: <?php echo $oID; ?></b></td> Hope this helps someone else, I think it rocks! :) Ken Good things happen to good people! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.