This is a discussion on How to delete last line of order process email within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello everyone! I have probably a simple modification question but I seem to not be able to find the answer. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello everyone! I have probably a simple modification question but I seem to not be able to find the answer. I want to delete the last line of the order process email that is sent when a person purchases something on my site. If this email is like everyone elses it should have this outline: ------------------------------------------------------ Order Number: Detailed Invoice: Date Ordered: Saturday 18 October, 2003 Products ------------------------------------------------------ ------------------------------------------------------ Sub-Total: Total: Delivery Address ------------------------------------------------------ Billing Address ------------------------------------------------------ Payment Method ------------------------------------------------------ Check/Money Order Make Payable To: Your order will not ship until we receive payment. ***I want to delete the above last line but cannot find which file this line is in. I would greatly appreciate the help! Sincerely, Walter |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| I think you need to remove this code in checkout_process.php: Code: if ($payment_class->email_footer) {
$email_order .= $payment_class->email_footer . "\n\n";
I have not tested it, so let me know if it works...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Email Order process problem ... | prasetiohadi | osCMax v2 Installation issues | 0 | 11-27-2006 12:56 AM |
| order process email issue | JohnW | osCMax v2 Features Discussion | 2 | 01-06-2006 06:39 PM |
| How to add cust phone # & other to Order Process Email | gameparts | osCMax v1.7 Discussion | 1 | 01-14-2005 08:59 AM |
| Customizing the Order Process email... | ReginaStelling | osCommerce 2.2 Modification Help | 1 | 08-12-2004 06:36 AM |
| Customer's email not in Order Process emails Feature or Bug? | kerry | osCMax v1.7 Discussion | 1 | 07-15-2004 02:12 PM |