Contributions
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
-------------------------------------------------
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.
I have optimized the README file on 2 places
Only README.txt
Sorry - Missing part form the instructions will solve TABLE NOT FOUND ERROR!!
Thanks,
Warren
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
Note: Contributions are used at own risk.