hypemediasystem Sale Rules for WooCommerce

Description

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

  • Fashion and apparel drops
  • Electronics catalogs
  • Seasonal campaigns
  • Black Friday and Cyber Monday
  • Clearance and end-of-season sales

What it does

  • Writes percentage or fixed sale prices onto matching WooCommerce products
  • Targets product categories and brands
  • Excludes individual products or tags
  • Schedules campaign start and end dates
  • Imports regular prices and sale prices from Excel or CSV by SKU
  • Applies rules in batches, with an admin progress screen
  • Marks plugin-managed sale prices with its own metadata
  • Cleans up ineligible or expired prices the plugin applied
  • Syncs an optional sale category
  • Provides WP-CLI commands for apply, cleanup, and repair
  • Works with High-Performance Order Storage (HPOS)

WooCommerce must be installed and active.

What it does not do

  • It does not create WooCommerce coupons
  • It does not apply a discount only in the cart or at checkout
  • It does not replace a full B2B or dynamic pricing engine
  • It does not silently overwrite unrelated sale prices you set by hand

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

Screenshots

Installation

  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.

FAQ

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“hypemediasystem Sale Rules for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

“hypemediasystem Sale Rules for WooCommerce” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “hypemediasystem Sale Rules for WooCommerce” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.6

  • Reposition the WordPress.org listing as a bulk sale-price manager for large catalogs.

1.0.5

  • Load the plugin text domain so translate.wordpress.org language packs apply.

1.0.4

  • Ignore request-supplied apply-progress keys and only read or write the current user’s plugin transient.

1.0.3

  • Require a nonce and manage_woocommerce capability before applying a single discount over AJAX.

1.0.2

  • Directory submission: distinctive display name and slug, enqueued admin assets, and WooCommerce plugin URL lookup.

1.0.1

  • Set Author URI to https://www.hype.ro and omit Plugin URI so the two headers are not identical.

1.0.0

  • Initial public release.