willemwabtech Posted March 4, 2022 Share Posted March 4, 2022 (edited) Hi everyone! (Dont mind bad english ) I have a problem in prestashop 1.7.7.1 and i wonder if anyone could help me. When i mannually add a tracking number the customer recieves a email with "Package is shipped" including the tracking link. However it will not change the order status to shipped. When i aftetwards set the status to shipped the customer will recieve another mail called "shipped" without the tracking number. How can i make it that is will update the status when entering the tracking number and prevent sending the second mail called "shipped" Thank you in regards! EDIT: also my {followup} shows up blank in the recieved email Edited March 4, 2022 by willemwabtech (see edit history) Link to comment Share on other sites More sharing options...
Ress Posted March 6, 2022 Share Posted March 6, 2022 (edited) Hi, To prevent shipped mail from being sent, you will need to disable mailing from the Shipped Order state Settings. To automatically change the status when update the tracking number, you can make a module (or you can use an existing module), where you can use the actionAdminOrdersTrackingNumberUpdate hook, and change the status of the order. Edited March 6, 2022 by Ress (see edit history) 1 Link to comment Share on other sites More sharing options...
willemwabtech Posted March 9, 2022 Author Share Posted March 9, 2022 On 3/6/2022 at 2:41 PM, Ress said: Hi, To prevent shipped mail from being sent, you will need to disable mailing from the Shipped Order state Settings. To automatically change the status when update the tracking number, you can make a module (or you can use an existing module), where you can use the actionAdminOrdersTrackingNumberUpdate hook, and change the status of the order. Thats smart; disabling the mail. Did not think of that. I would not know how to write a module so i will just change the status by hand. thank you 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now