Profitly — Profit Analytics for WooCommerce

Description

Profitly adds a Cost of Goods (COGS) field to your WooCommerce products and variations, then snapshots that cost onto each order line item at checkout. Because the cost is captured at the moment of sale, changing a supplier price later never rewrites your historical profit.

It then turns that data into real profit analytics: a dedicated Reports page with revenue, net profit, margin, and best/worst-selling products by date range, a dashboard summary widget, a CSV export, and per-order gateway fee and shipping cost accounting.

Installation

  1. Upload the profitly folder to the /wp-content/plugins/ directory, or install it through the Plugins screen in WordPress.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Enter your product costs and configure gateway fees and shipping costs under the Profitly menu.

FAQ

Does changing a product’s COGS affect past orders?

No. The COGS is snapshotted onto each order line item at the time of sale.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Profitly — Profit Analytics for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.1

  • Renamed the plugin to Profitly.
  • Moved all admin styles and scripts into properly enqueued asset files (no more inline <style>/<script>), per WordPress.org guidelines.

1.0.0

  • New top-level Profitly admin menu with Reports and Settings pages.
  • Profit reporting: revenue, net profit, margin, and product performance by date range.
  • Dashboard summary widget and order-level profit CSV export.
  • Standalone settings: gateway fees, shipping cost model and per-zone estimates, and data retention.

0.1.0

  • Initial scaffold: plugin bootstrap, HPOS compatibility, and the COGS data layer.