Posts under Woocommerce

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) »

Woocommerce: Behaviour of each payment method during checkout

advertisement

woocommerce I think many of us have doubt in what is the behaviour of each payment method during customer checkout. I’ve a table here showing the relationship between the payment method / order status / stock / email admin / email customer and action required. If you find anything not clear or not appropriate or you have any suggestion in the table below feel free to let me know. I can help to update. Hope this will give everyone a clearer picture and no more guessing game :p

Continue reading Woocommerce: Behaviour of each payment method during checkout »

Woocommerce: Order Status Explanation

advertisement

woocommerce For those who are not familiar with the Woocommerce order status, here’s there simple and quick reference that copy from the Woocommerce documentation (link).

All order has a status. Each order statuses explain where is the order is at the moment, starting from pending and ending with complete. Here’s the order status that are being used in woocommerce:

Continue reading Woocommerce: Order Status Explanation »