Contributions

Features (Category Index)
Search: 

Custom Order Confirmation Email W/Admin (Waza04)

Written for osCommerce v2.2MS1/CVS

The object of this contribution is to be able to quickly and easily add
a thank-you or promotional message to the top of your order confirmation
email.

Once installed you can change the message through the admin under
"Extra Order Text".

Forum Thread:
http://forums.oscommerce.com/viewtopic.php?t=40418

Expand All / Collapse All

Bug Fix (Text order e-mail in admin) Ederson Spader 10 Sep 2004

-------------------------------------------------
admin/eorder_text.php (Before)
-------------------------------------------------
mysql_query('REPLACE INTO eorder_text VALUES (1, 1, "' . $aboutus .'")')
or die(mysql_error());

-------------------------------------------------
Later with bug corrected
-------------------------------------------------
mysql_query('REPLACE INTO eorder_text VALUES (1, "' . $languages_id .'", "' . $aboutus .'")')
or die(mysql_error());
-------------------------------------------------
The archives for download are all modified.

optimized readme.txt Alex Ditvoorst 10 Jul 2004
Custom Order Confirmation Email W/Admin V1.1 Warren Ashcroft 14 Apr 2003
Custom Order Confirmation Email W/Admin (Waza04) Warren Ashcroft 8 Apr 2003

Note: Contributions are used at own risk.