Anton_FA Posted January 23, 2003 Posted January 23, 2003 Does anyone know if it is possible to have manufactures recieve an email when someone purchases their goods?
Guest Posted January 23, 2003 Posted January 23, 2003 In admin/configuration/my store/ send extraorder emails to and put the manufactures email HTH Regards
Anton_FA Posted January 23, 2003 Author Posted January 23, 2003 Thanks for the reply Thats kinda what I'm after - except then if someone buys something, anything, all people in that list will be notified. I'm looking for something that will notify only the manufactures of the particular products being purchased. Thanks anyway
burt Posted January 23, 2003 Posted January 23, 2003 Definately possible, I haven't thought about it too deeply, but you would just make a call to the manufacturer info in the database to get the manufacturer based on product_is, then from the manufacturer info, get the manufacturer email (which is a table you would need to add). Yes, fairly simple. You would just need to do this for each product ordered by iterating through the buyers shopping list. It would be easiest done on checkout_success.php I think. HTH.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.