| 开发者 | chillichalli |
|---|---|
| 更新时间 | 2026年6月26日 04:05 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Condition: Payment gateway = stripe
Action: Add 2% fee, max $10
Free Shipping Threshold Discount
Condition: Subtotal >= $75
Action: -$5 discount labeled "Almost Free Shipping!"
UK Customer Handling Fee
Condition: Country = GB
Action: Add $3 fixed fee
Tiered Bulk Discount (Pro)
Action: Tiered discount — buy 3+ = 10% off, 6+ = 20% off, 12+ = 30% off
Build it with the visual Tiered Discount Builder, or with JSON in the Actions box:
[{"type":"tiered_discount","basis":"quantity","mode":"percent","tiers":[{"min":3,"value":10},{"min":6,"value":20},{"min":12,"value":30}],"label":"Bulk discount"}]
Built for Performance
RuleForge is designed with performance in mind:
ruleforge-fees-discounts to /wp-content/plugins/Yes, RuleForge is built specifically for WooCommerce and requires it to function.
No. RuleForge is optimized for performance with efficient queries and caching. It adds negligible overhead to your checkout process.
There is no limit. The free version lets you create as many active fee and discount rules as you need.
Rules run in the order you set with the Priority field (lowest number first). Every matching rule is applied. RuleForge Pro adds exclusive Stack Mode, which stops processing after the first matching rule when you want only one rule to apply.
Yes! This is one of the most popular use cases. Add a percentage or fixed fee when customers choose specific payment gateways like Stripe, PayPal, or Cash on Delivery.
RuleForge works entirely in the backend and doesn't affect your theme. Fees and discounts appear in the standard WooCommerce cart and checkout.
Absolutely. Create rules like "10% off orders over $200" or "$15 off when you spend $100+".
Yes, with RuleForge Pro. The Tiered Discount Builder lets you set thresholds like "buy 3+ save 10%, 6+ save 20%, 12+ save 30%" — tiered by cart quantity or subtotal, applied as a percentage or a fixed amount, with an optional maximum cap. The highest matching tier is applied automatically.
Yes, Pro licenses include a 14-day money-back guarantee through Freemius.
ruleforge_rule (existing rules are migrated automatically).ruleforge-fees-discounts) to meet WordPress.org naming rules. No change to your rules or settings.set_basename) to prevent both running at once.is_premium, premium_suffix, wp_org_gatekeeper) so the free version is generated and gated correctly.@fs_premium_only header marker so Pro-only source files are stripped from the WordPress.org distribution.is_premium_only key from Freemius init; added is_org_compliant flag and explicit menu integration.