Jump to content

Disable preparation email


Recommended Posts

  • 1 year later...

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".

  • Like 1
Link to comment
Share on other sites

  • 4 years later...

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...