Posts tagged with ‘woocommerce email notification’

Woocommerce: send email to admin when new order place (pending payment)

advertisement

woocommerceMany people ask me about how to send email notification to admin when new order is placed. By default, woocommerce only send out email when order payment is completed. But… thanks to Woocommerce team, they provide a lot of hooks to ease developer’s work. So we utilize the hook to do what we want.

Below is the code sample to send email notification to admin when new order is placed:-

Continue reading Woocommerce: send email to admin when new order place (pending payment) »