CrassOne Posted October 20, 2005 Share Posted October 20, 2005 I would like to change the confirmation email sent to customers. When the status of an order is changed to delivered, an email is sent. First of all, I would like the status to say shipped instead on delivered. Secondly, I would like it to list what was sent. It presently doesn't say what the customer purchased. Finally, I would like to amend the the text to say something like "Your order has been/is being processed/shipped. Thanks for patronizing..." Thanks all, Mark Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 20, 2005 Share Posted October 20, 2005 I would like to change the confirmation email sent to customers. When the status of an order is changed to delivered, an email is sent. First of all, I would like the status to say shipped instead on delivered. Secondly, I would like it to list what was sent. It presently doesn't say what the customer purchased. Finally, I would like to amend the the text to say something like "Your order has been/is being processed/shipped. Thanks for patronizing..." Thanks all, Mark you can edit the text of the order status when logged in in admin and calling admin/orders_status.php the text for the email is defined here admin\includes\languages\english\orders.php and the email is built here admin\orders.php This is where oyu need to call your products form your order to add them. Check how it is done in checout_process.php, you can copy the biggest part if not all. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
CrassOne Posted October 20, 2005 Author Share Posted October 20, 2005 you can edit the text of the order status when logged in in admin and calling admin/orders_status.php the text for the email is defined here admin\includes\languages\english\orders.php and the email is built here admin\orders.php This is where oyu need to call your products form your order to add them. Check how it is done in checout_process.php, you can copy the biggest part if not all. Can you be a little more specific? I'm not really a programmer, but I can fake it a bit. I already looked at these files: admin\orders.php admin\includes\languages\english\orders.php The english/orders.php is pretty straight forward. The admin/orders.php is where I think I need help. I'm assuming that your suggestion to pull code from checkout_process.php would be to place it in admin/orders.php. But I'm not sure exactly which code and where to put it. Thanks for all your help here and with my taxes questions, also. Mark Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 20, 2005 Share Posted October 20, 2005 Can you be a little more specific? I'm not really a programmer, but I can fake it a bit. I already looked at these files: admin\orders.php admin\includes\languages\english\orders.php The english/orders.php is pretty straight forward. The admin/orders.php is where I think I need help. I'm assuming that your suggestion to pull code from checkout_process.php would be to place it in admin/orders.php. But I'm not sure exactly which code and where to put it. Thanks for all your help here and with my taxes questions, also. Mark do you only want to list items like in a packing slip or with prices like in an invoice :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
CrassOne Posted October 20, 2005 Author Share Posted October 20, 2005 do you only want to list items like in a packing slip or with prices like in an invoice Like a packing slip. I just want a little reminder for the customer what the email is referring to. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.