hidecutter Posted August 16, 2005 Posted August 16, 2005 I want to add any and all phone numbers associated to the customer with phone type to the automatic order process email sent to me by OCS. Where do I make this happen? Thanks in advance for any help... HC
ComputerWolf Posted August 17, 2005 Posted August 17, 2005 I do know that the file that handles the emails is catalog/checkout_process.php but i don't exactly know how you would add those numbers to the ones only sent to you.
♥Monika in Germany Posted August 17, 2005 Posted August 17, 2005 I do know that the file that handles the emails is catalog/checkout_process.php but i don't exactly know how you would add those numbers to the ones only sent to you. <{POST_SNAPBACK}> you have several phonetypes? not me, so you obviously used a mod. Before knowing what fileds you have and in which tables, we cannot help ... :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
hidecutter Posted August 19, 2005 Author Posted August 19, 2005 Sorry My mistake, I only have one phone number entry for customers. I'll look in the catalog/checkout_process.php file to see if I can figure it out... Thanks :thumbsup:
♥Monika in Germany Posted August 19, 2005 Posted August 19, 2005 Sorry My mistake, I only have one phone number entry for customers. I'll look in the catalog/checkout_process.php file to see if I can figure it out... Thanks :thumbsup: <{POST_SNAPBACK}> I have this in checkout process: $email_order .= "\n" . EMAIL_TEXT_BILLING_ADDRESS . "\n" . EMAIL_SEPARATOR . "\n" . tep_address_label($customer_id, $billto, 0, '', "\n") . "\n" . $order->customer['telephone'] . "\n" . $order->customer['email_address'] . "\n\n"; it adds the email addy and the phone number! :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
hidecutter Posted August 19, 2005 Author Posted August 19, 2005 Thanks Monika! I have this in checkout process: ?$email_order .= "\n" . EMAIL_TEXT_BILLING_ADDRESS . "\n" . ? ? ? ? ? ? ? ? ?EMAIL_SEPARATOR . "\n" . ? ? ? ? ? ? ? ? ?tep_address_label($customer_id, $billto, 0, '', "\n") . "\n" . ? ? ? ? ? ? ? ? ?$order->customer['telephone'] . "\n" . ? ? ? ? $order->customer['email_address'] . "\n\n"; ? ? ? it adds the email addy and the phone number! <{POST_SNAPBACK}>
Guest Posted November 2, 2006 Posted November 2, 2006 Thanks a million Monika - a true giver! Solution worked like a charm.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.