Descriere
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
- Test on staging first, with a catalog similar to production.
- Create a campaign rule or import sale prices by SKU.
- Apply in batches from the admin screen or WP-CLI.
- The plugin writes
_sale_pricethrough the WooCommerce product API and stores metadata on products it manages. - 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
Capturi ecran






Instalare
- Upload the
hypemediasystem-sale-rulesfolder to/wp-content/plugins/. - Activate the plugin through the Plugins screen.
- Open WooCommerce Product Discounts.
- Create a campaign rule and click Apply Discounts Now, or import a SKU file.
Întrebări frecvente
-
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:
SKUandregular_price(orpret). For sale prices:SKUandsale_price(orpret_redus). -
Who should not use this?
-
Stores that only need a simple coupon or a one-product sale. Use WooCommerce core for that.
Recenzii
Nu există nicio verificare pentru acest modul.
Contributori și dezvoltatori
„hypemediasystem Sale Rules for WooCommerce” este un software open-source. La acest modul au contribuit următoarele persoane.
Contributori„hypemediasystem Sale Rules for WooCommerce” a fost tradus în 1 locală. Mulțumim traducătorilor pentru contribuția lor.
Tradu „hypemediasystem Sale Rules for WooCommerce” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.
Istoric modificări
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.
