macrosupport Posted August 16, 2006 Share Posted August 16, 2006 I need to add the customer's phone and email information to the receipt that gets emailed to the admin when a customer places an order. From what I can tell, the info in this email comes from the address book, which does not contain the phone or email address. Any thoughts or suggestions? thanks Link to comment Share on other sites More sharing options...
driftwood Posted August 16, 2006 Share Posted August 16, 2006 I need to add the customer's phone and email information to the receipt that gets emailed to the admin when a customer places an order. From what I can tell, the info in this email comes from the address book, which does not contain the phone or email address. Any thoughts or suggestions? thanks "customers_telephone" is in the "customers" table but I have no clue how to include it in the emails. In fact excuse me piggybacking your thread as I too have a question on this email - I would like to include a thumbnail image of each item bought. I often have to go online to check I am sending the exact item bought so a little image would help me to. Drifter. ----------------------------------------------------------------------------- OSC user for years and no coder, so I've earned my stripes. Feel free to private message me. Link to comment Share on other sites More sharing options...
Guest Posted August 16, 2006 Share Posted August 16, 2006 use the order class fields. It includes the telephone and email address from the customer's table. Just append them to the email in checkout_process.php Link to comment Share on other sites More sharing options...
macrosupport Posted August 22, 2006 Author Share Posted August 22, 2006 use the order class fields. It includes the telephone and email address from the customer's table. Just append them to the email in checkout_process.php Pardon my ignorance, but would you mind telling me how to do this? thanks! G Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.