Hi, we need to check this in detail. The shared screenshot doesn’t provide more information regarding this. We request that you use our live chat support provided on the Acowebs website. Or create a support ticket on our Acowebs support forum to get detailed support. This will help us identify and solve the issue quickly. Thanks!
I did a video for a better understanding 🙂 https://share.cleanshot.com/pdbPwQzr
Hi, this is available in the Woocommerce Analytics section. If you want to show it in the report section, you can just use the following code in your theme functions.php file.
add_filter( 'woocommerce_reports_order_statuses', 'include_custom_order_status_to_reports', 20, 1 );
function include_custom_order_status_to_reports( $statuses ){
$statuses[] = 'partially-paid';
return $statuses;
}
Hope you can check it out and let me know. Thanks!
Hello, https://share.cleanshot.com/ngkCqQY7
I also have premium and created a ticket