Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email to manufacturer


smart

Recommended Posts

Posted
I need to email  the Manufacturer of products that users purchase?

 

Does anyone know how to do this? :)

 

 

you go to checkout_process, look at the code that sends an extra email to the store owner, copy that, add a select for the manufacturers email address after adding that field to the manufacturers table in your database and put that email address in the copied code.

Treasurer MFC

Posted
How do you -  add a field to the manufacturers table in your database?

 

Thanks

 

<_<

 

 

that totally depends on what tool you use to manage your database

 

in sql you could run this :

 

ALTER TABLE manufacturers ADD email_address VARCHAR(96) AFTER manufacturers_name;

Treasurer MFC

Archived

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

×
×
  • Create New...