This is a discussion on add sig to admin/mail.php within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; hum I thought this would be a no brainer.. been surfing and googling for 2 hours.. I belive the code ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
#1
| ||||
| ||||
| hum I thought this would be a no brainer.. been surfing and googling for 2 hours.. I belive the code is here: /admin/mail.php Code: //Let's build a message object using the email class
$mimemessage = new email(array('X-Mailer: osCommerce'));
// add the message to the object
// BOF: MOD - WYSIWYG HTML Area (Send TEXT Email when WYSIWYG Disabled)
if (HTML_AREA_WYSIWYG_DISABLE_EMAIL == 'Disable') {
$mimemessage->add_text($message);
} else {
$mimemessage->add_html($message);
}
I know a define will be needed to be added to one of the language files (which one??) Then I know the mail.php will need to call that define.. Any help??? thanks
__________________ Debbie D NY & VA |
|
#2
| ||||
| ||||
| There are different emails that are sent and each can be edited individually. Which are you trying to edit? Here are some links to get you started: Change Email Notification Text (The comments for your order are ) - osCommerce Community Support Forums How to change wording in order confirmation email - osCommerce Community Support Forums Or this may help: osCommerce Community Add-Ons osCommerce Community Add-Ons
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
|
#3
| ||||
| ||||
| Tools : Send Email When you send an email from this tool, its just TO, From, Subject, and whatever you type in the body box.. very boring I would like to add a signature to the bottom of the body content. CURRENTLY: TO: customer_email FROM: store_email Subject: Blah Blah Body: yada, yada something about your order, account whatever I have to say I would like it to be: TO: Customer Name <customer_email> FROM: Store Name <store_email> Subject: Blah Blah Body: Dear Customer Name yada, yada something about your order, account whatever I have to say Sincerely, Store Name Store Address Store Phone
__________________ Debbie D NY & VA |
![]() |
| Thread Tools | |
| |
| ||||
| Posted By | For | Type | Date | |
| Webby Scripts add sig to admin/mail.php – osCommerce and osCMax shopping cart … | This thread | Pingback | 03-09-2010 11:31 PM | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spam through admin/mail.php/login.php?action=send_email_to_user | jferezy | osCMax v1.7 Discussion | 10 | 12-28-2009 09:03 AM |
| IP registro mail | michael_s | New osCommerce Contributions | 0 | 10-20-2008 08:11 PM |
| HongKong Air Mail, Regsiter Air Mail Code | michael_s | New osCommerce Contributions | 0 | 08-06-2008 12:00 AM |
| E-mail problem | the_neverhood | osCommerce 2.2 Modification Help | 0 | 06-05-2004 10:26 AM |
| e-mail to fax conversion | sirhugh | osCommerce 2.2 Modification Help | 1 | 05-16-2003 06:34 PM |