radut Posted August 25, 2009 Share Posted August 25, 2009 Hi,How can I disable the preparation mail ? From what module is it sent?Thank you. Link to comment Share on other sites More sharing options...
sjohanna Posted September 1, 2010 Share Posted September 1, 2010 I am trying to do the same thing.I looked for the code sending this mail everywhere and didn't find it.It is a requirement from the client. Any idea?Thanks! Link to comment Share on other sites More sharing options...
rocky Posted September 2, 2010 Share Posted September 2, 2010 I did a search on PrestaShop and the only module that sends a "Preparation in progress" email is the "Cash on delivery" module. It is line 16 of modules/cashondelivery/validation.php that changes the order state to "Preparation in progress" after confirming a "Cash on delivery" order: $cashOnDelivery->validateOrder(intval($cart->id), _PS_OS_PREPARATION_, $total, $cashOnDelivery->displayName); Did you want to change the order status to something else after payment is completed? If you are happy to have the order state as "Preparation in progress" and just don't want the email sent, go to Orders > Statuses, click the Edit icon next to the "Preparation in progress" status, then untick "Send e-mail to customer when order is changed to this status", then click "Save". 1 Link to comment Share on other sites More sharing options...
sjohanna Posted September 2, 2010 Share Posted September 2, 2010 THANK YOU SO MUCH !!I also have the Module "Pay By Phone" and this module is sending the preparation email as well.I will just deactivate the email like you said.Thanks!!! Link to comment Share on other sites More sharing options...
grega33 Posted November 3, 2014 Share Posted November 3, 2014 Thank you rocky! Order>Statuses is all I need! Thanks!!! 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