Sends out a daily email digest of all orders made the previous day in WooCommerce
Sends out a daily email digest of all orders made the previous day in WooCommerce. This provides a great summary of yesterday’s activities as well as helping with quickly checking orders against any payments received overnight without needing to log in. It can also be useful as a packing slip for a warehouse and what stock goes with which order.
/wp-content/plugins/woocommerce-email-orders
directory, or install the plugin through the WordPress plugins screen directly.Email
tabBy default, the emails are set in the WordPress cron scheduler at 1am. This can be adjusted using a cron interface plugin like WP Control
The email digest currently only gets sent if an order has been made the previous day.
If you are relying on the built-in WordPress scheduler then this only gets triggered by site visitors. Therefore, if no one visits your site at the exact time of your intended schedule then the email won’t trigger exactly when you want it. A preferred option, if your hosting supports, is to set up a cron task at server level to trigger the /wp-cron.php
URL.