This is a discussion on EMAIL_TEXT_SUBJECT How to include products_model within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hi All I am trying to get my extra emails sent to other people to include the following In the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi All I am trying to get my extra emails sent to other people to include the following In the email subject field, products model & product order number example ABC167 Also can I change this line CODESTORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, ''); to display customers email address in the from field, so recipient can just click reply to? I know tis is more difficult than it looks Can I acheive what I am after with this code below? I am using this piece of script below from webmakers corner, I keep trying and searching but I am unable make it do what I need without your help also can I enter the product_ model here somehow to show ABC167 in the subject box this is the code I am using This makes the subject contain order process number#167 CODE// send emails to other people if (SEND_EXTRA_ORDER_EMAILS_TO != '') { //"WebMakers.com Added: Include Order # in Subject and customer's email address and phone in body" tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT . ' number#' . $insert_id, $order->customer['firstname'] . ' ' . $order->customer['lastname'] . ' ' . 'E-mail:' . $order->customer['email_address'] . "\n\n". 'Phone:' . $order->customer['telephone'] . "\n\n". // 'Fax:' . $order->customer['fax'] . "\n\n". nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, ''); } in the above code if I replace CODEEMAIL_TEXT_SUBJECT . ' number#' . $insert_id, with CODEEMAIL_TEXT_SUBJECT . $insert_id, I get order process167 in the subject box. I would like to edit out order process to leave just 167 Where/which file does the text " order process " get pulled from, Ive done find in email.php orders.php order_info.php do I need to define something somewhere to get products model to work? Ok thats long enough for now, Thanks to all regards Ian Regard -------------------- www.readergroup.co.uk Authorised Distributors Vans4free (Leicestershire) |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can not find Header.php in /catalog/include | chrisrex | osCMax v2 Installation issues | 2 | 09-26-2005 03:38 PM |
| How can I allow my search to also include category names? | DeltaWolf7 | osCMax v2 Customization/Mods | 0 | 08-11-2005 03:24 AM |
| Modifying the Information box to include new link | Demented | osCMax v1.7 Discussion | 5 | 05-23-2005 08:43 AM |
| No products_model field in record. This line was not importe | Blitz49 | osCMax v1.7 Discussion | 4 | 04-17-2005 08:36 PM |
| Please include Spanish support in MS2 MAX!!!!!!!!!!!! | isifra | osCMax v1.7 Discussion | 1 | 11-21-2004 04:15 PM |