Wrong order status and email notification for order now received
-
We’ve been having a problem with receiving notifications for new orders for a while now and we finally did systematic tests today to see when the unwanted behavior appears.
Here’s what we noticed:
(1) for new order + client select ‘pay by bank transfer’ (in which case we chose to later send the client an invoice by email, so she’s not being taked to some payment gateway, just finalizes order and that’s it) -> order is set into ‘On hold’ status by Woo Commerce and we receive an email notification for the new order.
(2) for new order + client pays on the spot through PayPal (payment proceesed by Paypal itself) -> order gets the ‘Pending payment’ status and we get no email notification about a new order.
Issues:
According to WooCommerce’s diagram of status evolution of an order, here is what should actually happen:
– order (1) should get the ‘Pending’ status
– order (2) should get the ‘On hold’ status (because the payment was successful)
– an email notification for new order should be received for both orders, because we have the WooCommerce -> Settings -> Email -> New order enabled to send us an email on new orders.We don’t care about statuses being set by WooCommerce as WooCommerce shows in the diagram on their website that they are setting them automatically, but we want to receive the email notification in the second case too.
Anybody struggling with this or knows how to solve ?
Thank you !The page I need help with: [log in to see the link]
- The topic ‘Wrong order status and email notification for order now received’ is closed to new replies.