| 开发者 | rudeosoft |
|---|---|
| 更新时间 | 2026年7月15日 19:44 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
sale_price is ever modified during discount operations — regular_price is never changed.sale_price cannot be set to a value greater than or equal to regular_price.manage_woocommerce capability check.rudeo-price-rules-manager folder to the /wp-content/plugins/ directory.Yes. WooCommerce must be installed and active.
regular_price?No. Only sale_price is written during discount operations. regular_price is never changed.
Products that already have a sale_price are skipped during a bulk discount operation. This prevents unintentional overwrites of existing sale prices.
Yes. Every operation is stored in the price history table with before/after data. Use the Rollback button in the History tab to restore the previous state.
Yes. Both simple products and product variations are fully supported.
No hard limit. Large catalogs are processed in batches to avoid PHP timeouts. You can configure the batch size from 1 to 50 products per batch.
Yes. After preview, use the checkboxes next to each product to select which ones to change. You can also search by product name to quickly find products. Select all and Clear all buttons are provided.
No. The plugin changes prices in WooCommerce but does not interact with page cache plugins. After applying price changes, clear your page cache manually.
Scheduled (time-based, cron-driven) discounts are available in the RUDEO Price Rules Manager Pro add-on. This free plugin does not include scheduled discount functionality.
No. The plugin makes no external HTTP requests. All operations are local.
Yes. The plugin declares WooCommerce HPOS compatibility.