Export WooCommerce Orders with Payment Method – Paypal

How to export orders from WooCommerce by Payment method In our comprehensive WooCommerce Reporting Plugin, one of the most powerful dashboard report is the Export Order Details report. The most powerful filter of all is the meta data filter. Using this filter you can query and export every aspect of your woocommerce order information. For … Read more

Repeat Customer Report in WooCommerce

How to find repeat customers for your WooCommerce Store? Who are the repeat customers? Repeat customers are simply those who purchase more than once in a given time period. The period could be a week, a month or spanning multiple years. Let say you purchase Vitamins or Thyroid support medication from an online store. You … Read more

WordPress Table Plugin – Alternative WpDataTables , NinjaTables

Table Builder plugin like WPDataTables / WooCommerce Product Table In order to build Data tables within WordPress, we released a very basic and useful Table Builder plugin for wordpress.Since this is an initial release, the functionality is very basic but it allows anyone to easily create Post Lists Table in wordpress and then you can … Read more

Woo Commerce List of Top Selling Products

Best Selling WooCommerce Products

This Top selling product analysis report was built using Woocommerce Data Visualizer and adapted as a dashboard plugin for Woo Commerce reports

WooCommerce Sales Revenue by country Report

Geographical Sales Analysis by all countries

This Sales by country report was built using Dashboard Software tool and adapted as a replacement for Woocommerce Admin Dashboard plugin

WooCommerce Sales Report – Heatmap and drilldown

This Sales heatmap report was built using the pivot table display available within InfoCaptor business intelligence tool and adapted as a reporting and dashboard plugin for WooCommerce

WooCommerce Sales Analysis Report

Advanced Sales Analysis for WooCommerce An in-depth understanding of your eCommerce data will help you to propel the sales of your woocommerce store. Sales Analysis or Sales Summary Dashboard is part of the WooCommerce Reporting Pro package Summary: This is one of the most useful and necessary reports for all WooCommerce Store owners. So let … Read more

WooCommerce Rest API PHP Example – Error creating Order

How to create an Order using Woo Commerce Rest API Take a look at this short snippet for WooCommerce Rest API example On WooCommerce documentation for creating an Order you will see this PHP example <?php $data = [ ‘payment_method’ => ‘bacs’, ‘payment_method_title’ => ‘Direct Bank Transfer’, ‘set_paid’ => true, ‘billing’ => [ ‘first_name’ => ‘John’, … Read more