
內容簡介
<h3>StockAdaptix為WooCommerce提供的一個庫存驅動動態價格外掛,可以根據當前庫存量自動調整產品價格。這使得商店所有者能夠在不手動更新價格的情況下即時應對供應和需求變化。</h3>
<ul>
<li><strong>庫存適應指數是什麼?</strong></li>
<p>StockAdaptix是一個庫存驅動動態價格外掛,可以根據商品當前庫存水平自動調整價格。</p>
<li><strong>它如何幫助商店所有者?</strong></li>
<p>當庫存低時,價格可以上漲,庫存高時,價格可以下降,有助於最大化收入和有效管理需求。</p>
<li><strong>主要功能有哪些?</strong></li>
<ul>
<li>根據庫存量自動調整價格</li>
<li>完全可配置的庫存閾值和百分比調整</li>
<li>適用於使用庫存管理的WooCommerce簡單產品</li>
<li>與購物車和結帳價格兼容</li>
<li>可選擇為價格更改添加客戶消息</li>
<li>可翻譯</li>
<li>HPOS(高性能訂單存儲)兼容</li>
</ul>
<li><strong>舉例說明可配置的價格規則?</strong></li>
<ul>
<li>如果庫存<=5 → 增加40%的價格</li>
<li>如果庫存<=20 → 增加20%的價格</li>
<li>如果庫存>=100 → 減少15%的價格</li>
<li>否則 → 使用常規價格</li>
</ul>
<li><strong>如何配置所有規則和閾值?</strong></li>
<p>所有規則和閾值可從WooCommerce →庫存價格進行配置。</p>
</ul>
外掛標籤
開發者團隊
② 後台搜尋「StockAdaptix – Inventory-Driven Dynamic Pricing for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
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.
