Linux 软件免费装
Banner图

hypemediasystem Sale Rules for WooCommerce

开发者 hypemediasystem
更新时间 2026年9月1日 16:17
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce pricing bulk-edit csv-import sale-price

下载

1.0.4 1.0.5

详情介绍:

Managing WooCommerce sale prices manually is slow and risky when you have many products. hypemediasystem Sale Rules lets store owners create scheduled discount campaigns, import sale prices by SKU, and clean up managed discounts safely. This is for catalogs that change prices on tens, hundreds, or thousands of products. It is not a coupon plugin and not a checkout-only promotion tool. Best for What it does WooCommerce must be installed and active. What it does not do Safe workflow
  1. Test on staging first, with a catalog similar to production.
  2. Create a campaign rule or import sale prices by SKU.
  3. Apply in batches from the admin screen or WP-CLI.
  4. The plugin writes _sale_price through the WooCommerce product API and stores metadata on products it manages.
  5. When a campaign ends or a product is no longer eligible, run cleanup so only plugin-managed sale prices are removed.
WP-CLI examples Apply every active campaign, or one rule: wp hypemediasystem-sale-rules apply wp hypemediasystem-sale-rules apply --discount-id=5 Preview or remove plugin-managed sale prices: wp hypemediasystem-sale-rules cleanup --dry-run wp hypemediasystem-sale-rules cleanup --all Repair products that have an active schedule but the wrong sale price: wp hypemediasystem-sale-rules repair_all --batch=100

安装:

  1. Upload the hypemediasystem-sale-rules folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen.
  3. Open WooCommerce → Product Discounts.
  4. Create a campaign rule and click Apply Discounts Now, or import a SKU file.

屏幕截图:

  • Add a scheduled sale-price rule
  • Category and brand targeting, with product and tag exclusions
  • Excel/CSV import by SKU for regular or sale prices
  • Product sale price before and after a campaign apply
  • Admin batch progress while sale prices are applied

升级注意事项:

1.0.6 WordPress.org listing now describes bulk sale-price campaigns, not generic discount rules. 1.0.5 Loads translations from WordPress.org language packs. 1.0.4 Apply-progress polling no longer accepts a client-supplied transient key. 1.0.3 AJAX discount apply now requires a WooCommerce manager capability in addition to a nonce. 1.0.2 Renamed for the WordPress.org directory. Re-activate after updating if the plugin folder name changed. 1.0.1 Plugin URI and Author URI are now different, as required by WordPress.org. 1.0.0 First release.

常见问题:

Does this replace WooCommerce coupons?

No. Coupons stay in WooCommerce. This plugin writes sale prices on matching products so large catalogs can run campaigns without a coupon code.

Will it overwrite prices I set by hand?

The plugin marks products it manages with its own metadata and skips unrelated manual sales where possible. Always test on staging first.

What Excel columns are required?

For regular prices: SKU and regular_price (or pret). For sale prices: SKU and sale_price (or pret_redus).

Who should not use this?

Stores that only need a simple coupon or a one-product sale. Use WooCommerce core for that.

更新日志:

1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0