smart Posted January 21, 2005 Posted January 21, 2005 I need to email the Manufacturer of products that users purchase? Does anyone know how to do this? :)
boxtel Posted January 21, 2005 Posted January 21, 2005 I need to email the Manufacturer of products that users purchase? Does anyone know how to do this? :) <{POST_SNAPBACK}> 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
smart Posted January 21, 2005 Author Posted January 21, 2005 How do you - add a field to the manufacturers table in your database? Thanks <_<
boxtel Posted January 21, 2005 Posted January 21, 2005 How do you - add a field to the manufacturers table in your database? Thanks <_< <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.