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. Coming Soon Badges for WooCommerce

Coming Soon Badges for WooCommerce

Show a Coming Soon badge on WooCommerce products. Highly customisable, set it on the product loops and on the product page.

1K+ active installs
5.0
(4 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Coming Soon Badges for WooCommerce running.

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

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

Scored on how Coming Soon Badges for WooCommerce is looked after — not on how many stores run it.

88

out of 100
SolidSome ratings or support history.

Maintenance
35 / 35
Updated 131 days ago.
WordPress compatibility
14 / 20
Tested to WP 6.9.5, 1 branch(es) behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
11 / 15
5.0/5 across 4 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-02 from the WordPress.org plugin registry.
Ratings

5.0

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

Design your badge for WooCommerce for coming soon products easily, and choose which products will be shown!

Coming Soon Badges are 100% customizable, available on loop and/or product pages. Easy and professional: Upload your image, use predefined one or set the text and design the style, color and position in a friendly interface with live editor.

⭐ Text or image badges

  • Text badge: set text, font-size, color, background, position etc.

  • Image badge: choose between predefined images or upload your own. Then set the size and position

🚀 Features

  • Custom badge with full control over design: position, size, colors, font-weight, margins, paddings, etc.

  • Super easy and friendly designer: all without writing one line of CSS, with visual live preview.

  • Set the same or distinct badge for products loop / product page (or switch off the badge on one of them).

  • Upload your own image if you prefer, or de-activate all plugin CSS generation and add your own.

  • Simple switch on/off on product edition, will show/hide the coming soon badge over the product thumbnail.

  • Highly compatible: works fine with most of WooCommerce themes, also Elementor and Divi.

  • WYSIWYG badge editor: setup it easily in the admin side, with live preview.

Where I design the badges?

On the admin side, go to WooCommerce > Coming Soon Badges

How to disable adding to cart when the product is set to coming soon?

The plugin doesn’t do this yet. There are two ways in WooCommerce to prevent a product from being purchased:

  1. You can remove the regular and sale price for a product, or

  2. You can set the product stock to 0, or the stock status to out of stock (if you haven’t set the WooCommerce product setting “Hide out of stock items from catalog”, otherwise product will be hidden)

Where do I set the Coming Soon badge for my products?

Open a product for editing and activate the checkbox labeled “Show Coming Soon badge”, located just below the publication date. Then save the product.

Will it work with my theme?

We can’t be 100% sure, but the plugin was coded following the standard WooCommerce template system and should work well with any theme.
In any case, it was designed carefully to ensure it doesn’t break the layout if it isn’t fully compatible.

Please write to us on the support forum to let us know whether the plugin works well with your theme or not. Your feedback will help us and other users, and we will try to make it work for you if it doesn’t.

I’m a theme developer. How can I make my theme compatible?

Coming Soon for WooCommerce works with the actions found in the standard product loop and single product templates.

The used actions to print the badge code are:

For single product: do_action( ‘woocommerce_before_template_part’ );
For product loop: do_action( ‘woocommerce_shop_loop_item_title’ );

You can find this actions in the templates:

wp-content/plugins/woocommerce/templates/single-product.php (single product template)
wp-content/plugins/woocommerce/templates/content-product.php (print each product on loop)

…if you want to override these files in your WooCommerce child theme, or if you’re coding a theme from scratch, you may have the same file names in your theme folder:

wp-content/themes/your-theme/woocommerce/content-product.php
wp-content/themes/your-theme/woocommerce/single-product.php

in this case, simply check you’ve this actions on your code:

For single product: do_action( ‘woocommerce_after_main_content’ );
For product loop: do_action( ‘woocommerce_shop_loop_item_title’ );

…and Coming Soon for WooCommerce will do the rest 🙂

How can I debug my theme template system for compatibility with Coming Soon Badges?

First, ensure you’re logged as admin, otherwise the plugin will not show any information.

Then add this parameter to the end of any page URL: ?coming-soon-wc=1

In this way: www.mywebsite.com/?coming-soon-wc=1

Look into the code for: log info

The badge preview is not exactly the same as the badge on the front end

The plugin can’t guess your theme font-family or product thumbnail size, so maybe you should adjust a bit the text and badge size.

Categories
Catalogue & variations
Plugin details
Version1.1.3
Last updated2026-03-24 12:05am GMT
Added2020-12-13
Requires WordPress4.7
Tested up to6.9.5
Requires PHP7.0

Tags on WordPress.org
badge
coming soon
product badge
Woocommerce badge
Alternatives
Other plugins in the same categories.
Variation Swatches for WooCommerce
300K+ installs
4.8(919)
Advanced Woo Labels – Product Labels & Badges for WooCommerce
10K+ installs
5.0(64)
Easy Auto SKU Generator for WooCommerce
10K+ installs
4.9(269)
PW WooCommerce Bulk Edit
20K+ installs
4.9(236)
PVT – Product Variation Table for WooCommerce
1K+ installs
5.0(49)
Custom Product Tabs for WooCommerce & WordPress Tabs Builder – Smart Tabs
10K+ installs
4.9(133)
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