Jump to content

where is the "shipped" mail function located at?


Recommended Posts

Hi ,

Can someone please tell me where is the function that sends the email "shipped" once i changed the status of the order to shipped?
I know that "in_transit" is in AdminOrders.PHP but i could not find it there.

Thank you,
Eyal.

Link to comment
Share on other sites

You are looking in the right place. When you change the status to "Shipping", the postProcess() function on line 59 (in PrestaShop v1.3.1) of admin/tabs/AdminOrders.php is called, which sends the email on line 89, which using the template mails//in_transit. to send the email. What are you wanting to change?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...