Dokan plugin – Notification email to multiple sellers BIG PROBLEM! PLEASE HELP!
Author | Posts |
---|---|
September 22, 2014 at 10:22 pm 27230 | |
Anas Basalamah | Hello! Run te Dokan plugin only and when setting up and testing the site I found a big problem/bug... When customer is buying from just one seller the notification email is sent correctly but when a buyer is buying from two different sellers no mail is sent at all. Just the admin gets the notification mail.. I use the woocommerce "Cash on delivery payment" option only. Please help me with this problem.. Cheers / O |
September 23, 2014 at 1:43 am 27253 | |
Tareq Hasan | Could you please open |
September 23, 2014 at 1:53 am 27257 | |
Olof | Hello =) Cant find that at all… This is from lines 135 – 206. /** // make sure order status contains “wc-” prefix // insert on dokan sync table // if any child orders found, change the orders as well add_action( ‘woocommerce_order_status_changed’, ‘dokan_on_order_status_change’, 10, 3 ); /** // we are monitoring only child orders // get all the child orders and monitor the status // return if any child order is not completed if ( $sub_orders ) { if ( $order->post_status != ‘wc-completed’ ) { // seems like all the child orders are completed |
September 23, 2014 at 2:30 am 27260 | |
Tareq Hasan | Seems like you are using the plugin, not the theme. So there shouldn’t be any problem like this you say. |
September 23, 2014 at 2:32 am 27261 | |
Olof | Tried several times and not get any notification emails when order from 2 different sellers. Help? Cheers / O |
September 23, 2014 at 6:20 am 27282 | |
Mahi | can you please confirm first you are using theme or plugin? cause, we are confused here . |
September 23, 2014 at 9:33 am 27289 | |
Olof | Running Dokan plugin |
September 24, 2014 at 4:42 am 27355 | |
Olof | Hello? |
September 24, 2014 at 4:49 am 27358 | |
Mahi | I assigned this support topic to dev team. Please wait for their reply. |
September 24, 2014 at 5:02 am 27360 | |
Olof | Sure Mahi, ty. |
September 24, 2014 at 6:01 am 27365 | |
Anas Basalamah | this is the same problem http://wedevs.com/support/topic/notification-emails-not-working/ They didn’t fix it |