Viewing 3 Topics - 16 through 18 (of 18 total)
Author Posts
August 15, 2015 at 8:00 pm 67128
Craig Craig

Simon – This is frustrating to hear. This plugin cost my business over $1000 in vendor payout because the calculations were wrong and the system is not working as they said. Have you started looking at alternatives? If I don’t have a fix within the next couple of weeks, I am getting a refund for a product that does not work and moving on.

August 16, 2015 at 11:23 am 67238
towhid towhid

Hello Craig,

I am really sorry for my late reply. We had a bug on the dashboard so that it took a while to reply you.
Please paste this code in the theme’s functions.php file.

add_filter( 'woocommerce_dashboard_status_widget_sales_query', 'dokan_filter_woocommerce_dashboard_status_widget_sales_query' );

function dokan_filter_woocommerce_dashboard_status_widget_sales_query( $query ) {
global $wpdb;
$query['where']  .= " AND posts.ID NOT IN ( SELECT post_parent FROM {$wpdb->posts} WHERE post_type IN ( '" . implode( "','", array_merge( wc_get_order_types( 'sales-reports' ), array( 'shop_order_refund' ) ) ) . "' ) )";
return $query;
}

OR, if you update the plugin you do not need to do the above job. Just update the plugin to 2.4.2.

Thanks

August 16, 2015 at 1:07 pm 67265
Simon Simon

Yes, Craig. It is the same for me. It’s nearly 3 months since I’ve had this problem and now I can’t even have the web site up. It just seems like the team are not reading my posts and keep asking me to ask my hosting providers to do things which have cost me thousands of euro in fees never mind the loss of earnings for/from my sellers.

Viewing 3 Topics - 16 through 18 (of 18 total)