Woops, this is for Order Number below sorry....
Yes, you can but you will have to edit a core .php file..
Take good notes for future upgrades..
includes/classes/order.php
PHP Code:
zen_mail($this->customer['firstname'] . ' ' . $this->customer['lastname'], $this->customer['email_address'], EMAIL_TEXT_SUBJECT . EMAIL_ORDER_NUMBER_SUBJECT . $zf_insert_id, $email_order, STORE_NAME, EMAIL_FROM, $html_msg, 'checkout', $this->attachArray);
Replace with this:
PHP Code:
zen_mail($this->customer['firstname'] . ' ' . $this->customer['lastname'], $this->customer['email_address'], EMAIL_TEXT_SUBJECT , $email_order, STORE_NAME, EMAIL_FROM, $html_msg, 'checkout', $this->attachArray);
Here is a thread but you will have to play with the .php file
Bookmarks