• There are several WooCommerce Checkout Add-Ons and Checkout Manager extensions out there that will let you add new fields on the checkout page. I’m using the one by WooThemes right now. Most work as advertised, which is great, but it is only half of what I’m trying to achieve.

    What I’d like is to be able to generate reports filtered to fields I create, similar to the way you can use WooCommerce->Reports->Sales by Category to create a report of items purchased only in that category.

    In my store, I have populated a list of charities that the user can choose from on checkout and I will donate a percentage of their purchase to that charity.

    Now I want to generate a list of purchases filtered to each charity–just the way you can filter by category in the standard report generator, producing reports of sales in the last seven days, this month, last month, year, or custom. I need this so I can show accountability to each of the charities we partner with.

    That would be an awesome functionality.

    Am I using the wrong extension? Is there one that will do the above? Or perhaps an advanced report generator that could recognize added on fields? I’d really appreciate any advice. Thank you!

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    None I am aware of do this. These plugins capture data but don’t report on it.

    Assuming this is meta at order level, you would need a custom report built for this purpose- I don’t have code to hand, but I can say it will be advanced and could be a slow query because it needs to join the posts table to postmeta to get the correct orders, and then get the associated items. Will require a dev to build out.

Viewing 1 replies (of 1 total)
  • The topic ‘Generate reports using Checkout Add-ons fields as filter’ is closed to new replies.