Description
Design Cart Dashboard for WooCommerce replaces the default WordPress dashboard with a store cockpit for users who have the manage_woocommerce capability. Other users keep the standard dashboard.
Features
- Metric tiles: sales, orders, unique buyers, and average cart value
- Shortcuts to products, orders, categories, customers, coupons, reports, settings, and add product, filtered by user capabilities
- Three Chart.js charts plus an accessible daily data table
- Settings in the Design Cart interface: dashboard redirect, shortcut and chart visibility, and order statuses
- Local assets only: no CDN, telemetry, or outbound requests while viewing the dashboard
How the numbers work
All values cover 30 calendar days including today, based on the order created date and the WordPress timezone. Default statuses are processing and completed. Sales are gross amounts including shipping minus refunds; refunds are assigned to the order created day. Fully refunded orders with the refunded status are excluded by default. Average cart value is sales after refunds divided by the number of orders in the selected statuses.
Customers are unique buyer email addresses, including guests. If an email is missing, the account ID is used; if both are missing, the order counts as a separate buyer. This is not a count of registered accounts. Only the current store currency is included; amounts are not converted between currencies.
Statistics are cached for 5 minutes. Orders are loaded in batches of 100 through the WooCommerce CRUD API. The first open in a large store may take longer. The cache does not store emails or buyer IDs. Deactivating the plugin restores the default dashboard; settings remain in the database.
Documentation and author
Credits
Interface by Paweł Nosko / Design Cart. Chart.js 4.5.1 is MIT licensed; the original notice is kept with the library, and the full license is in assets/js/Chart.LICENSE.md.
Installation
- Upload the
design-cart-dashboard-for-woocommercefolder to/wp-content/plugins/. - Activate WooCommerce, then activate Design Cart Dashboard for WooCommerce.
- Open Dashboard Store cockpit.
- Configure the plugin under WooCommerce Dashboard settings.
FAQ
-
Who sees the store dashboard?
-
Users with the
manage_woocommercecapability. Everyone else keeps the standard WordPress dashboard. -
Which orders are counted?
-
Orders from the last 30 days in the selected statuses, in the current store currency. Refunds reduce sales on the day the order was created.
-
Does the plugin load assets from a CDN?
-
No. Chart.js and the Design Cart interface files are bundled with the plugin.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Design Cart Dashboard for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Design Cart Dashboard for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Updated Chart.js to 4.5.1.
- Removed development test stubs that redefined WordPress constants and functions.
1.0.0
- Initial release: store dashboard, navigation tiles, 30-day charts, and status settings.