1

Two questions involved in my quagmire:

  1. Where do I find 'report functionality' in the woo themes plugins?
  2. How do I implement reporting for a custom user role in the orders section (the custom user role has already been created in WP?

Example:
sales by date | sales by product | sales by 'custom user role here'

ASCIIThenANSI
  • 865
  • 1
  • 9
  • 27
newneub
  • 183
  • 1
  • 14

1 Answers1

0

Solution for Query 1:

The report functionality can be assessed from front-end via WooCommerce->Reports as shown in the following image

enter image description here

The backend of this functionality comes from the Package WooCommerce/Admin/Reports i.e. within the file structure of /woocommerce/includes/admin/reports/

Solution for Query 2:

WooCommerce doesn't provide "sales by 'custom user role here'" by deafult but you can code so or you can use Woocommerce Order Report Snapshot plugin to get roles specific reports

Domain
  • 11,562
  • 3
  • 23
  • 44