starworldtoys Posted March 1, 2003 Posted March 1, 2003 Hi everyone.. Oscommerce is great.....after a lot of searching and testing I finally have my site up... I have a few quick questions.. any help would be greatly appreciated. Is there a way that I can have the email address show up in the order confirmation sent to me.. It would make it much easier than having to go to admin and check everytime there is an order. Also is there any way to add or adjust the text shown in the checkout_payment.php. Right now it reads under Payment Method "Please select the preferred payment method to use on this order." I want to add a few lines after that. thanks...
Ajeh Posted March 1, 2003 Posted March 1, 2003 Edit checkout_process.php // send emails to other people if (SEND_EXTRA_ORDER_EMAILS_TO != '') { // WebMakers.com Added: Wholesaler - Include Order # in subject // Add additional info to top of email // tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, ''); // WebMakers.com Added: Wholesaler - Modify Email for easier reading. $email_order= $order->customer['firstname'] . ' ' . $order->customer['lastname'] . "n" . 'Telephone: ' . $order->customer['telephone'] . "n" . $order->customer['email_address'] . "nn" . $email_order; tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, 'NEW - ' . EMAIL_TEXT_SUBJECT . ' #' . $insert_id, nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, ''); }
starworldtoys Posted March 1, 2003 Author Posted March 1, 2003 Thank you very much Linda.. It works great..... Do you happen to know the answer to my other question? Also is there any way to add or adjust the text shown in the checkout_payment.php. Right now it reads under Payment Method "Please select the preferred payment method to use on this order." I want to add a few lines after that.
emanresu Posted March 1, 2003 Posted March 1, 2003 Try looking at MODULE: Includeslanguagesenglishcheckout_payment.php Line 23: We have changed it to define('TEXT_SELECT_PAYMENT_METHOD', 'Please select preferred method. Please use PayPal for non-UK Credit Cards'); Just remember to put your comments within the ' ' Citizen of US Minor Outlying Islands
raym Posted March 16, 2003 Posted March 16, 2003 Hi Linda, Thanks, this makes life easier. Do I need to edit a different file for PayPal orders though? As email and tel number show up on check & credit card orders but on a PayPal order they don't. Thanks again.
harky Posted February 23, 2006 Posted February 23, 2006 Is it possible just to add the customer email address under that DATE of the order?
djrino Posted December 3, 2006 Posted December 3, 2006 hi i have some problem with the formatting email.. i receive this OmeuNuke ---------------------------------------------------------------------------------------------------------------------------- Id Produto: 52 (Bitte bei Zahlungen und Anfragen stets angeben) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Detailierte Bestell?bersicht: http://www.xxxxxxxx/account_histo...php?order_id=52 Data do pedido: domingo 03 dezembro, 2006 Artikel ------------------------------------------------------ 1 x There's Something About Mary (DVD-TSAB) = R$ 49.99 ------------------------------------------------------ Subtotal: R$ 49.99 Entrega Normal Pelos Correios (Prazo de entrega dos Correios é de 7 a 15 dias úteis para Sao Paulo ): R$ 8.00 Total: R$ 57.99 Endereço de cobrança ----------------------------------------------------------------------------------------------- asdfasdf 12 asdfasdfasdf 123456123456 sao paulo, 22741970 SP, Brasil Lieferung ------------------------------------------------------ asdfasdf 12 asdfasdfasdf 123456123456 sao paulo, 22741970 SP, Brasil Zahlungsweise ------------------------------------------------------ Pagamento a Contra Entrega ------------------------------------------------------------------------------------------------------- telephone Endereço email is possible to receive in this mode? customer firstname lastname ---------------------------------------------------------------------------------------------------------------------------- full address ----------------------------------------------------------------------------------------------------------------------------- fone email address ---------------------------------------------------- product buyed --------------------------------------------------- link to invoice or some other ----------------------------------------------------------------- payment form ---------------------------------------------------------------- etc any help is apreciate many tnx
goneflyfishin Posted December 5, 2006 Posted December 5, 2006 I am having the same problem but the mail send out to the Admin is in good form and everything is spaced out correctly but the customers order process is all mushed together with no breaks. What is the php file that you can edit this with. Is it email.php? Any insight would be much appreciated! Thanks guys!
djrino Posted December 5, 2006 Posted December 5, 2006 Hi do you have teste with the html configuration in your admin to use html mime to true?
zetaproducts Posted April 5, 2007 Posted April 5, 2007 Same problem here. Please help! hii have some problem with the formatting email.. i receive this is possible to receive in this mode? customer firstname lastname ---------------------------------------------------------------------------------------------------------------------------- full address ----------------------------------------------------------------------------------------------------------------------------- fone email address ---------------------------------------------------- product buyed --------------------------------------------------- link to invoice or some other ----------------------------------------------------------------- payment form ---------------------------------------------------------------- etc any help is apreciate many tnx
Recommended Posts
Archived
This topic is now archived and is closed to further replies.