Is this plugin supported? I’ve noticed a couple of issues that came up after Woocommerce has been updated to newer versions:
Thank you.
]]>i’m using your plugin with php 8, xampp, wp 6.7.2. I must have some weird or dead orders as get errors like this:
PHP Fatal error: Uncaught Error: Call to a member function get_meta() on bool in xxxx\wp-content\plugins\wc-order-analytics-add-on\includes\admin\pages\report-orders\class-oa-addon-report-orders.php:63
same for billing adddress and other parameters that reply on $order. so in the above file I had to catch it like this:
if($order){
? ? ? ? ? ? foreach ( $get_columns as $column ) { // the old line 61
.....
Now, works well. Thanks for this plugin as I’ve found woo analytics a nightmare to tweak.
]]>Thank you for this plugin. I’ve been spinning my wheels trying to add custom meta to analytics reports using outdated documentation. Your plugin was a great help.
Is it possible to also add the custom meta keys as an “Advanced Filter” on the order analytics page? I know it’s not in the plugin now, but I’m wondering how difficult it would be to extend this feature?
Thank you.
]]>