This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Groups Discount for WooCommerce

Groups Discount for WooCommerce

Automatic per-audience pricing for WooCommerce — discounts driven by WordPress roles, the Groups plugin and other membership sources.

40+ active installs
3.5
(2 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Groups Discount for WooCommerce running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
2 months ago
At least 1.2 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.2
Your host must be running at least this version.
Requires WordPress
5.6
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

40+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Groups Discount for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 52 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
9 / 15
3.5/5 across 2 rating(s).
Listing transparency
10 / 10
Provides: screenshots, description, homepage
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

3.5

2 ratings
5★1
4★0
3★0
2★1
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Groups Discount for WooCommerce applies personalized pricing to your customers based on the user roles or groups they belong to. Logged-in users see their own discounted prices automatically, without coupons or manual intervention.

Version 5.0.0 introduces an extensible audience model: discounts can now be driven by WordPress roles out of the box, by the free Groups plugin, or by paid add-ons that connect to other membership systems.

Key features

  • Two discount methods — percentage (e.g. 0.1 = 10% off) or fixed amount (e.g. 5 = 5 off in your store currency).
  • Choose the base price — apply the discount to the regular price or to the sale price when it exists.
  • Per-category overrides — set a different discount for specific product categories. Configurable per audience, with a tie-break policy when a product belongs to several categories.
  • Multi-audience conflict resolution — when a customer belongs to several roles or groups, pick the higher discount, the lower one, or follow a deterministic order.
  • Optional dual price display — show original and discounted prices side by side, with a customizable label.
  • Built-in audience sources — WordPress Roles (always available) and the free Groups plugin (when installed).
  • Pluggable architecture — any third-party plugin can register itself as an audience source through the wgd_audience_providers filter.
  • Compatible with simple and variable products, including variations.
  • WooCommerce HPOS and Cart/Checkout Blocks compatibility declared.
  • Translation ready (Spanish bundled).

Typical use cases

  • Wholesale and B2B stores that need automatic discounts for verified buyers.
  • Membership sites that reward subscribers with member-only prices.
  • VIP and loyalty programs that grant escalating discounts.
  • Employee, student or staff stores.

Audience sources

Two providers ship with the free plugin:

  • WordPress Roles — always available. Assign a discount to any role (Customer, Subscriber, custom roles, etc.).
  • Groups — appears automatically when the free Groups plugin is active.

Additional integrations are available as paid add-ons (Paid Memberships Pro, MemberPress, WooCommerce Memberships, Restrict Content Pro, Ultimate Member). They show up in the Add-ons tab inside the plugin once the core is installed.

Requirements

  • WooCommerce (required).
  • Optionally, the Groups plugin if you want to use Groups as an audience source.

Documentation

Full documentation and add-on catalog: growthplugins.com.

Is the Groups plugin required?

No. Starting with version 5.0.0, only WooCommerce is required. WordPress Roles are always available as an audience source. Groups becomes available as an audience source when its free plugin is active.

What discount methods are available?

Two:

  • Rate (percentage) — 0.1 is 10% off, 0.25 is 25% off, etc.
  • Fixed amount — 5 is a 5-unit discount in your store currency.

The method is global to the plugin and applies to every audience.

Can I apply discounts on top of sale prices?

Yes. In Method, choose whether the discount is computed from the regular price or from the sale price (when present).

What happens if a user belongs to several audiences?

The plugin picks one according to the policy you choose in Method → If in several groups:

  • Higher discount — the customer gets the best price.
  • Lower discount — the customer gets the smallest discount.
  • Higher group ID / Lower group ID — deterministic ordering.

Can I set different discounts per product category?

Yes. The Categories tab lets you override the audience default discount on specific categories. A separate policy controls what happens when a product belongs to several configured categories.

Does it support variable products?

Yes, including all variations.

Will customers see the original price?

Optionally. Enable Display original prices in Method to show the original and the discounted price together. The label is customizable.

Does it slow my store down?

Discount computations are memoized per request so the cost is paid once per product render. The plugin declares compatibility with WooCommerce HPOS and Cart/Checkout Blocks.

Is it translation ready?

Yes. Spanish (es_ES) is bundled.

How do I extend it with my own audience source?

Implement the WGD_Audience_Provider interface and register your provider through the wgd_audience_providers filter. Full developer documentation is on our website.

Categories
Wholesale & B2BDynamic pricing
Plugin details
Version5.0.0
Last updated2026-06-10 6:20am GMT
Added2016-05-11
Requires WordPress5.6
Tested up to7.0.2
Requires PHP7.2

Tags on WordPress.org
b2b
dynamic pricing
user roles
wholesale
wholesale pricing
Alternatives
Other plugins in the same categories.
WholesaleX – B2B & Wholesale Plugin for WooCommerce with Wholesale Prices
2K+ installs
5.0(58)
Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices
20K+ installs
4.8(544)
B2BKing — Ultimate WooCommerce B2B and Wholesale Plugin — Wholesale Prices, Bulk Order Form & More
10K+ installs
4.9(105)
Subaccounts for WooCommerce
300+ installs
5.0(27)
Request a Quote for WooCommerce – Get a Quote Button
6K+ installs
5.0(24)
Tiered Pricing Table for WooCommerce
10K+ installs
4.7(101)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy