WooCommerce vs Shopify: Why WooCommerce Is the Better Choice

WooCommerce is the most popular e-commerce platform, holding 40.9% of the worldwide market. It’s the most downloaded e-commerce WordPress plugin and 3.8 million businesses sell through the platform. Yet, many retailers prefer to use Shopify. The platform has a 26% market share and growing. This article examines the WooCommerce vs Shopify debate and explains why WooCommerce is the better … Read more

A Guide to WooCommerce Reporting

WooCommerce is a fantastic plug-in that businesses can use on their WordPress sites. Read here for a guide on WooCommerce reporting! Did you know that eCommerce sales are on track to reach over $4.8 billion in 2021? If you want a slice of that digital pie, you need to know how to attract customers and get sales. … Read more

How to setup and use WooCommerce Reporting

Documentation for WooCommerce Reports Setup and Installation Install InfoCaptor Viewer and Dashboard Editor This plugin comes with a full Business Intelligence capability. It allows you to build reports and dashboards on any database tables of your choice that are accessible from the wordpress installation. To enable the Viewer and the Editor please follow these steps … 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