Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Confirmation email


CrassOne

Recommended Posts

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

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

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

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

Archived

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

×
×
  • Create New...