Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding fields to order receipt email


macrosupport

Recommended Posts

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...