• Hi there,

    I am using the latest WordPress (4.8.1) and WooCommerce (3.1.2), and having an issue setting up the WooCommerce ‘New/Cancelled/Failed Order’ emails. I have configured all correctly within the ‘Email notifications’ section. The problem is that the emails are not automatically sent. When an new order / cancelled order / failed order happens I can see the details in the ‘orders’ section and can manually ‘resend’ them but they just do not automatically send. I did some research and tried adding the following snippet of code on the functions.php:

    /**
    * Code goes in theme functions.php.
    */
    add_filter( ‘woocommerce_defer_transactional_emails’, ‘__return_false’ );

    … but unfortunately this did not fix the problem.

    Any suggestions on how to fix?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce not sending emails (New/Cancelled/Failed Order)’ is closed to new replies.