Title: StockAdaptix – Inventory-Driven Dynamic Pricing for WooCommerce
Author: Naymul Hasan Tanvir
Published: <strong>જાન્યુઆરી 8, 2026</strong>
Last modified: એપ્રિલ 24, 2026

---

પ્લગીન શોધો

![](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://gu.wordpress.org/plugins/stockadaptix-pricing/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/stockadaptix-pricing/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/stockadaptix-pricing/#installation)
 * [ડેવલપમેન્ટ](https://gu.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.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/),
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/stockadaptix-pricing/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/stockadaptix-pricing/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/stockadaptix-pricing/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 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

## મેટા

 *  વર્ઝન **2.0.0**
 *  છેલ્લી અપડેટ: **2 મહિના પહેલા**
 *  સક્રિય સ્થાપનો: **10 કરતા ઓછા**
 *  વર્ડપ્રેસ વર્ઝન ** 5.0 અથવા ઉચ્ચતર **
 *  **6.9.4** સુધી પરીક્ષણ કર્યું
 *  PHP સંસ્કરણ ** 7.4 અથવા ઉચ્ચતર **
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/stockadaptix-pricing/)
 * ટૅગ્સ:
 * [dynamic pricing](https://gu.wordpress.org/plugins/tags/dynamic-pricing/)[inventory](https://gu.wordpress.org/plugins/tags/inventory/)
   [pricing](https://gu.wordpress.org/plugins/tags/pricing/)[stock management](https://gu.wordpress.org/plugins/tags/stock-management/)
   [woocommerce](https://gu.wordpress.org/plugins/tags/woocommerce/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/stockadaptix-pricing/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[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/)