Title: Profit Lens — Profit Analytics for WooCommerce
Author: arc7dev
Published: <strong>Сентябрь 7, 2026-ж.</strong>
Last modified: Сентябрь 7, 2026-ж.

---

Плагиндерди издөө

![](https://ps.w.org/profit-lens/assets/icon-256x256.png?rev=3685214)

# Profit Lens — Profit Analytics for WooCommerce

 Автору [arc7dev](https://profiles.wordpress.org/arc7dev/)

[Жүктөө](https://downloads.wordpress.org/plugin/profit-lens.1.0.0.zip)

 * [Кенен маалымат](https://ky.wordpress.org/plugins/profit-lens/#description)
 * [Сын-пикирлер](https://ky.wordpress.org/plugins/profit-lens/#reviews)
 *  [Орнотуу](https://ky.wordpress.org/plugins/profit-lens/#installation)
 * [Development](https://ky.wordpress.org/plugins/profit-lens/#developers)

 [Колдоо](https://wordpress.org/support/plugin/profit-lens/)

## Сүрөттөө

WooCommerce shows you revenue. Profit Lens shows you what’s left after the
 real
costs: product cost, payment gateway fees, shipping, and refunds.

#### What Profit Lens does (free, self-hosted, no external account)

 * Net profit and net margin for any date range, calculated from the Cost of
    Goods
   field already built into WooCommerce (10.3+).
 * Per-order and per-product profit breakdown.
 * Cost breakdown: product cost, gateway fees, shipping, refunds.
 * Cost coverage: how much of your revenue is backed by a known product
    cost, so
   you know how much to trust the profit number.
 * Everything is calculated on your server. Nothing about your store or
    your orders
   is sent anywhere.

#### What’s in Profit Lens Pro

Profit after ad spend and ROAS by campaign, once you connect a Meta Ads or
 Google
Ads account — available at [arc7.dev](https://arc7.dev). The free plugin in this
repository is fully functional on its own; Pro adds analytics that depend on an 
external ad account, not features held back from the free version.

### Source Code

The complete source code, including all JavaScript source files, is
 publicly available
on GitHub:

https://github.com/arc7dev/profit-lens

To build from source:

 1. Clone the repository.
 2. Run `npm install`.
 3. Run `npm run build`.

The `src/` directory contains all unminified JavaScript and React source
 files.
The `build/` directory contains the compiled assets included in the plugin.

## Скриншоттор

[⌊Dashboard — net profit, cost breakdown, and profit by product.⌉⌊Dashboard — net
profit, cost breakdown, and profit by product.⌉[

Dashboard — net profit, cost breakdown, and profit by product.

[[

## Орнотуу

 1. Upload the plugin files to `/wp-content/plugins/profit-lens`, or install through
    the WordPress plugins screen directly.
 2. Activate the plugin.
 3. Make sure WooCommerce is active and your products have a cost set (Product data
    General  Cost of goods, WooCommerce 10.3+).
 4. Go to WooCommerce  Profit Lens.

## FAQ.KG

### Does this send my store data anywhere?

No. All calculation happens on your own server, using WooCommerce’s REST
 API and
database. Profit Lens Free makes no external requests — including for fonts, which
are bundled with the plugin instead of loaded from Google Fonts.

### Do I need Meta Ads or Google Ads to use this?

No. Everything in the free plugin works from data WooCommerce already has.
 Connecting
an ad account is only needed for the Pro features (profit after ad spend, ROAS by
campaign).

### What if some of my products don’t have a cost set?

Profit Lens still shows you profit for the products that do, and tells you
 what
share of your revenue is covered by a known cost — so you can see at a glance how
much to trust the number instead of assuming it’s complete.

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

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

Мүчөлөрү

 *   [ arc7dev ](https://profiles.wordpress.org/arc7dev/)

[Translate “Profit Lens — Profit Analytics for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/profit-lens)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/profit-lens/), check
out the [SVN repository](https://plugins.svn.wordpress.org/profit-lens/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/profit-lens/) by
[RSS](https://plugins.trac.wordpress.org/log/profit-lens/?limit=100&mode=stop_on_copy&format=rss).

## Өзгөртүүлөр

#### 1.0.0

 * First stable release for WordPress.org.
 * Fix: custom date range picker no longer bleeds WP admin’s blue into the calendar
   and the Apply button hover state — both now use the plugin’s own mint accent.
 * Fix: custom date ranges over ~180 days no longer fail silently — aggregate() 
   now processes orders in batches instead of loading the whole range in one query,
   which was exhausting PHP’s memory limit.
 * Add: Export CSV button on the profit-by-product table.
 * Add: upgrade prompt for the Pro ad-spend features (profit after ad spend, ROAS
   by campaign) when connecting Meta Ads or Google Ads.
 * Fix: 3 CSS specificity/theme-color bugs found in a full-dashboard QA pass (profit/
   loss color coding not rendering, Upgrade to Pro button hover, product search 
   focus outline).
 * Cleanup: full WordPress Coding Standards (PHPCS) compliance ahead of release.

#### 0.2.1

 * Fix: rebuild compiled bundle to include snapshot cost disclosure UI (was missing
   from 0.2.0 build).
 * Add PROFITLENS_DEV constant as second gate for dev tools — WP_DEBUG alone is 
   not a reliable proxy for plugin development mode.
 * Add .distignore to exclude dev/build files from WordPress.org package.

#### 0.2.0

 * Real profit calculation engine: net profit/margin from WooCommerce COGS,
    gateway
   fees, shipping, and refunds.
 * REST endpoint (GET /profit-lens/v1/summary) wired to the engine.
 * Dashboard: KPIs, profit chart, cost breakdown, profit-by-product table,
    custom
   date range.
 * Per-order-line cost snapshot — editing a product’s cost no longer
    rewrites past
   periods’ profit retroactively.

#### 0.1.0

 * Initial scaffolding: admin page, REST endpoint contract, and dashboard UI
    wired
   to example data. No profit calculation yet.

## Мета

 *  Нуска **1.0.0**
 *  Акыркы жаңыртуу **1 күн мурун**
 *  Активдүү орнотуулар **Fewer than 10**
 *  WordPress нускасы ** 6.4 же андан жогору **
 *  Tested up to **7.1**
 *  PHP нускасы ** 7.4 же андан жогору **
 *  Тил
 * [English (US)](https://wordpress.org/plugins/profit-lens/)
 * Тег:
 * [analytics](https://ky.wordpress.org/plugins/tags/analytics/)[COGS](https://ky.wordpress.org/plugins/tags/cogs/)
   [dashboard](https://ky.wordpress.org/plugins/tags/dashboard/)[profit](https://ky.wordpress.org/plugins/tags/profit/)
   [woocommerce](https://ky.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://ky.wordpress.org/plugins/profit-lens/advanced/)

## Рейтинг

Азырынча эч кандай сын-пикир жок.

[Your review](https://wordpress.org/support/plugin/profit-lens/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/profit-lens/reviews/)

## Мүчөлөрү

 *   [ arc7dev ](https://profiles.wordpress.org/arc7dev/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/profit-lens/)