with this contribution the order number is shown in the order email subject.
"Order Process "
changes to e.g.:
"Order Process - Order Number: 17"
it´s easier to find order emails ;)
only a few changes in catalog/checkout_process.php
no language file changes necessary
-----------------------------------------------
mit dieser Contribution wird die Bestellnummer im Bestellemail Betreff. Feld angezeigt.
"Bestellung"
wird z.B. zu:
"Bestellung - Bestellnummer: 17"
Es ist dann leichter Bestellungsmails zu finden ;)
Es wird nur
catalog/checkout_process.php
verändert.
Sprachfiles müssen nicht angepaßt werden.
Legend: 
Download

Report
The past contribution from tchmnkyz only works in english, dont be selfish, please work for multi language, not only your language.
I tried to install the past 1.0 and 1.1 version (both) and It did not work because it (both) contain a bug.
In the following line:
$new_mail_subject = EMAIL_TEXT_SUBJECT . ' - ' . EMAIL_TEXT_ORDER_NUMBER . ' ' . $insert_id . "n" ;
please discard the . "n" because it wont work.
FULL PACKAGE + Small Fix (version 1.2)
All credits for Werner
hey there. i figured an easyer way to do this mod...
add this line just before line number: 258
define('EMAIL_TEXT_SUBJECT', sprintf("Order Process - Order Number: %s", $insert_id));
also remove this line from file (includes/languages/english/checkout_process.php)
define('EMAIL_TEXT_SUBJECT', 'Order Process');
doing so overrides the email subject.
--jeremy
Usually you send the extra order email to yourself, so it´s not necessary to show your own name and adress in the "from:" field, so I changed the code to show the name and emailadress of the customer. Now it´s possible to reply directly to the order mail.
-------------------------------------------------
Meist schickt man sich ja selber eine Kopie der Bestellung, daher macht es wenig Sinn im "Von:" Feld die eigene Emailadresse zu zeigen, daher habe ich den Code so geändert, dass bei der Bestellungskopie als Absender der Name und die Emailadresse des Kunden steht, man kann also direkt auf die Bestellung antworten.
with this contribution the order number is shown in the order email subject.
"Order Process "
changes to e.g.:
"Order Process - Order Number: 17"
it´s easier to find order emails ;)
only a few changes in catalog/checkout_process.php
no language file changes necessary
-----------------------------------------------
mit dieser Contribution wird die Bestellnummer im Bestellemail Betreff. Feld angezeigt.
"Bestellung"
wird z.B. zu:
"Bestellung - Bestellnummer: 17"
Es ist dann leichter Bestellungsmails zu finden ;)
Es wird nur
catalog/checkout_process.php
verändert.
Sprachfiles müssen nicht angepaßt werden.