justal Posted August 24, 2005 Share Posted August 24, 2005 I wonder if anyone can help (please!) I have an osCommerce shop but on occassion need to send the order email to another department who handle the shipping of particular items... I'd like to add a link to the order details page within the admin center that will resend the order e-mail to a particular predetermined address. In other words at the moment the order e-mail gets sent to me and I would like to have the option of re-sending this e-mail for certain selected orders. I'm sure this is possible, but it is beyond my php coding skills at the moment... Could someone please help. Thanks in advance. Alan. Link to comment Share on other sites More sharing options...
justal Posted August 24, 2005 Author Share Posted August 24, 2005 After reading that through I realised that I ll get answers saying why not simply forward the e-mail from within your e-mail program, so I though I should elaborate....I would actually like to alter the e-mail slightly so that the other department get only the customer name, shipping address and the list of products and quantities.... They don't need to know the billing address, payment method etc. I hope someone can help. Alan. Link to comment Share on other sites More sharing options...
Guest Posted August 24, 2005 Share Posted August 24, 2005 You?ll have to modify checkout_process.php whcih is the file that sends both the confirmation email and the extra one thta you can activate in de amin panel in the "My Shop" section. By default both mails are identical so you?ll have to change the code but you have there the example code for sending the emails. Even eith basic skills of PHP you can do it, on the other hand without touching the code I can?t see howit can be done. Good Luck Carle Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.