Title: hypemediasystem Sale Rules for WooCommerce
Author: hypemediasystem
Published: <strong>August 29, 2026</strong>
Last modified: September 1, 2026

---

Search plugins

![](https://ps.w.org/hypemediasystem-sale-rules/assets/banner-772x250.png?rev=3671360)

![](https://ps.w.org/hypemediasystem-sale-rules/assets/icon.svg?rev=3671360)

# hypemediasystem Sale Rules for WooCommerce

 By [hypemediasystem](https://profiles.wordpress.org/hypemediasystem/)

[Download](https://downloads.wordpress.org/plugin/hypemediasystem-sale-rules.1.0.6.zip)

 * [Details](https://wordpress.org/plugins/hypemediasystem-sale-rules/#description)
 * [Reviews](https://wordpress.org/plugins/hypemediasystem-sale-rules/#reviews)
 *  [Installation](https://wordpress.org/plugins/hypemediasystem-sale-rules/#installation)
 * [Development](https://wordpress.org/plugins/hypemediasystem-sale-rules/#developers)

 [Support](https://wordpress.org/support/plugin/hypemediasystem-sale-rules/)

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

[⌊Campaign rule list and bulk actions⌉⌊Campaign rule list and bulk actions⌉[

Campaign rule list and bulk actions

[⌊Add a scheduled sale-price rule⌉⌊Add a scheduled sale-price rule⌉[

Add a scheduled sale-price rule

[⌊Category and brand targeting, with product and tag exclusions⌉⌊Category and brand
targeting, with product and tag exclusions⌉[

Category and brand targeting, with product and tag exclusions

[⌊Excel/CSV import by SKU for regular or sale prices⌉⌊Excel/CSV import by SKU for
regular or sale prices⌉[

Excel/CSV import by SKU for regular or sale prices

[⌊Product sale price before and after a campaign apply⌉⌊Product sale price before
and after a campaign apply⌉[

Product sale price before and after a campaign apply

[⌊Admin batch progress while sale prices are applied⌉⌊Admin batch progress while
sale prices are applied⌉[

Admin batch progress while sale prices are applied

## 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 ](https://profiles.wordpress.org/hypemediasystem/)

“hypemediasystem Sale Rules for WooCommerce” has been translated into 1 locale. 
Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/hypemediasystem-sale-rules/contributors)
for their contributions.

[Translate “hypemediasystem Sale Rules for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/hypemediasystem-sale-rules)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/hypemediasystem-sale-rules/),
check out the [SVN repository](https://plugins.svn.wordpress.org/hypemediasystem-sale-rules/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/hypemediasystem-sale-rules/)
by [RSS](https://plugins.trac.wordpress.org/log/hypemediasystem-sale-rules/?limit=100&mode=stop_on_copy&format=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.

## Meta

 *  Version **1.0.6**
 *  Last updated **4 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/hypemediasystem-sale-rules/) and
   [Romanian](https://ro.wordpress.org/plugins/hypemediasystem-sale-rules/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/hypemediasystem-sale-rules)
 * Tags
 * [bulk edit](https://wordpress.org/plugins/tags/bulk-edit/)[CSV Import](https://wordpress.org/plugins/tags/csv-import/)
   [pricing](https://wordpress.org/plugins/tags/pricing/)[Sale price](https://wordpress.org/plugins/tags/sale-price/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/hypemediasystem-sale-rules/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/hypemediasystem-sale-rules/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/hypemediasystem-sale-rules/reviews/)

## Contributors

 *   [ hypemediasystem ](https://profiles.wordpress.org/hypemediasystem/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/hypemediasystem-sale-rules/)