Contributions

Features (Category Index)
Search: 

Improved Order Number

******************************************************
*
* This contribution adds an order number that
* is more natural to myself. The order number
* will be printed on the invoices as well as
* show in the order list on the admin page.
*
* EXAMPLE ORDER NUMBER: 040919-474718-0009
*
* Contribution by
* Greg Peatfield
*
******************************************************

Expand All / Collapse All

Improved order number with emails fix 20 Nov 2009

This is a combination of Improved Order Number contrib and all the email fixes in one to make it easier to install.

This contribution is only for Improved Order Number and emails fix. Breadcrum and success message fix are not included.


new in contribution:
******************************************************

STEP 11: Find the following in checkout_process.php:

tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

Replace with:
tep_mail($order->customer['name'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);


******************************************************

Improved order number with emails fix 17 Apr 2007
Breadcrumb and success message fix 26 Nov 2006
Breadcrumb and success message 26 Nov 2006
For emails fixed 7 Sep 2006
for emails...fixed 17 Jan 2006
for emails.. 16 Jan 2006
Improved Order Number Greg Peatfield 23 Sep 2004

Note: Contributions are used at own risk.