Title: StockAdaptix – Inventory-Driven Dynamic Pricing for WooCommerce
Author: Naymul Hasan Tanvir
Published: <strong>2026-يىلى 8-يانۋار</strong>
Last modified: 2026-يىلى 24-ئاپرېل

---

قىستۇرما ئىزدە

![](https://ps.w.org/stockadaptix-pricing/assets/banner-772x250.png?rev=3435222)

![](https://ps.w.org/stockadaptix-pricing/assets/icon-256x256.png?rev=3435222)

# StockAdaptix – Inventory-Driven Dynamic Pricing for WooCommerce

 يازغۇچى [Naymul Hasan Tanvir](https://profiles.wordpress.org/tanvir26/)

[چۈشۈر](https://downloads.wordpress.org/plugin/stockadaptix-pricing.2.0.0.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/stockadaptix-pricing/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/stockadaptix-pricing/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/stockadaptix-pricing/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/stockadaptix-pricing/#developers)

 [قوللاش](https://wordpress.org/support/plugin/stockadaptix-pricing/)

## چۈشەندۈرۈش

StockAdaptix is an inventory-driven dynamic pricing plugin for WooCommerce that 
automatically adjusts product prices based on current stock levels. This allows 
store owners to respond to supply and demand changes in real time without manually
updating prices.

Prices can increase when stock is low and decrease when inventory is high, helping
maximize revenue and manage demand efficiently. The original `_regular_price` is
never overwritten — adjustments happen at runtime via WooCommerce’s price filters,
so you can disable the plugin at any time and prices revert instantly.

### Key Features

 * Automatically adjust prices based on real-time stock quantity
 * Unlimited pricing rules — add as many tiers as you need (first-match-wins evaluation)
 * `lte` (low-stock) and `gte` (high-stock) comparators per rule, with increase/
   decrease percentage adjustments
 * Works with simple products **and** variable product variations (variations fall
   back to the parent’s stock when inherited)
 * Price floor and ceiling caps to keep adjusted prices in a safe range
 * Optional charm pricing (.99) and nearest-integer rounding
 * Modern React-based admin UI built on @wordpress/components, with a built-in live
   preview simulator
 * REST API for settings and price preview (`/wp-json/stockadaptix/v1/settings`,`/
   wp-json/stockadaptix/v1/preview`)
 * Compatible with cart and checkout pricing — each adjusted cart item is kept on
   its own line so two adds at different prices don’t merge
 * Order emails always show the price the customer was actually charged, never the
   current dynamic price
 * Optional customer messaging for price changes (product pages and cart line items)
 * Translation-ready (POT file included)
 * HPOS (High-Performance Order Storage) compatible

### Example Pricing Rules (Configurable)

 * If stock <= 5  increase price by 40%
 * If stock <= 20  increase price by 20%
 * If stock >= 100  decrease price by 15%
 * Otherwise  use the regular price

All rules and thresholds can be configured from **WooCommerce  Stock Pricing** in
the admin panel.

## ئېكران كەسمىسى

[⌊Stock-based pricing settings page⌉⌊Stock-based pricing settings page⌉[

Stock-based pricing settings page

## ئورنىتىش

 1. Upload the plugin files to the `/wp-content/plugins/stockadaptix-pricing` directory,
    or install the plugin directly from the WordPress Plugins screen.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Go to **WooCommerce  Stock Pricing** to configure pricing rules.
 4. Enable the plugin and set your desired stock thresholds and price adjustments.

## FAQ

### Which products are supported?

WooCommerce simple products and variable products (per-variation), as long as stock
management is enabled on the product or variation. Variations that inherit stock
from the parent are handled automatically.

### How do I customize the pricing rules?

Navigate to **WooCommerce  Stock Pricing** in your WordPress admin to configure 
all thresholds and percentage adjustments.

### Does this affect the original product price?

No. StockAdaptix dynamically adjusts displayed prices without modifying the original
product prices stored in the database.

### Can customers see that prices are adjusted?

Yes. You can optionally display a custom message informing customers that prices
are adjusted based on availability.

### Is this compatible with other pricing plugins?

Because this plugin modifies prices dynamically, it may conflict with other pricing
plugins. We recommend testing compatibility before using them together.

### Does the plugin support variable products?

Yes. Individual variations of variable products are adjusted based on their own 
stock levels (or the parent’s stock if the variation inherits it). You can disable
variation handling from the settings page if you prefer to limit adjustments to 
simple products only.

### Will adjusted prices show as a «sale» with strikethrough?

No. Adjusted prices render as a regular price, not as a WooCommerce sale price, 
so customers don’t see a misleading strikethrough.

### What happens to past orders if I change the rules?

Nothing. Order totals and order emails always reflect the price actually charged
at checkout — the current dynamic price is never applied retroactively to existing
orders.

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«StockAdaptix – Inventory-Driven Dynamic Pricing for WooCommerce» كودى ئوچۇق يۇمشاق
دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

 *   [ Naymul Hasan Tanvir ](https://profiles.wordpress.org/tanvir26/)

[«StockAdaptix – Inventory-Driven Dynamic Pricing for WooCommerce» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/stockadaptix-pricing)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/stockadaptix-pricing/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/stockadaptix-pricing/) تەكشۈرۈپ ياكى
[RSS](https://plugins.trac.wordpress.org/log/stockadaptix-pricing/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/stockadaptix-pricing/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.0.0

 * Initial public release

#### 1.0.1

 * Fixed bug

#### 1.1.0

 * Variable product support
 * Unlimited rule tiers (legacy three-tier settings auto-migrated)
 * Price floor / ceiling caps
 * Charm pricing and nearest-integer rounding
 * React-based admin settings page
 * REST API + price preview simulator
 * PHPUnit tests for core pricing logic

#### 2.0.0

 * Major release — full pricing engine rewrite around an unlimited multi-rule tier
   system (lte/gte comparators, first-match-wins evaluation)
 * Variable product / per-variation dynamic pricing with parent-stock fallback
 * Price floor and ceiling clamps to keep adjusted prices in a safe range
 * Rounding modes: charm pricing (.99) and nearest integer
 * Brand-new React-based admin UI built on @wordpress/components, with a built-in
   live price preview simulator
 * REST API: GET/POST `/wp-json/stockadaptix/v1/settings` and POST `/wp-json/stockadaptix/
   v1/preview`
 * Customer-facing «price adjusted» messaging on product pages and cart line items
 * HPOS (High-Performance Order Storage) compatible
 * Pure pricing math extracted to `compute_price()` and covered by PHPUnit tests
 * Legacy 1.0.x settings (low/medium/high three-tier schema) auto-migrated to the
   new rules array on read

## Meta

 *  Version **2.0.0**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **2 ئاي بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10 دىن ئاز**
 *  WordPress نەشرى ** 5.0 ياكى يۇقىرى **
 *  **6.9.4** دا سىنالغان
 *  PHP نەشرى ** 7.4 ياكى يۇقىرى **
 *  تىل
 * [English (US)](https://wordpress.org/plugins/stockadaptix-pricing/)
 * بەلگە
 * [dynamic pricing](https://ug.wordpress.org/plugins/tags/dynamic-pricing/)[inventory](https://ug.wordpress.org/plugins/tags/inventory/)
   [pricing](https://ug.wordpress.org/plugins/tags/pricing/)[stock management](https://ug.wordpress.org/plugins/tags/stock-management/)
   [woocommerce](https://ug.wordpress.org/plugins/tags/woocommerce/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/stockadaptix-pricing/advanced/)

## دەرىجە

No reviews have been submitted yet.

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/stockadaptix-pricing/reviews/)

## تۆھپىكار

 *   [ Naymul Hasan Tanvir ](https://profiles.wordpress.org/tanvir26/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/stockadaptix-pricing/)