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. Enquiry Cart For WooCommerce – Request a Quote

Enquiry Cart For WooCommerce – Request a Quote

Support: https://www.codesmade.com/contact-us/ Documentation: https://www.codesmade.com/enquiry-cart-for-woocommerce-request-a-quote-plugin-documentat …

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

What the WordPress.org registry says about keeping Enquiry Cart For WooCommerce – Request a Quote running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
17 days ago
Requires PHP
7.2
Your host must be running at least this version.
Requires WordPress
5.0
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

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

Scored on how Enquiry Cart For WooCommerce – Request a Quote 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 13 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
10 / 15
5.0/5 across 1 rating(s).
Listing transparency
7 / 10
Provides: screenshots, description
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

5.0

1 rating
5★1
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.

Enquiry Cart For WooCommerce is the ultimate Request a Quote plugin for WooCommerce stores. Instead of forcing customers into an immediate purchase, let them add products to a dedicated enquiry cart and submit a personalized quote request — perfect for B2B stores, wholesale businesses, custom product sellers, and any shop where pricing flexibility matters.

With WooCommerce Enquiry instead of Add to Cart, you can replace or hide the default Add to Cart button, collect product enquiries through a fully customizable form, and manage all quote requests from your admin dashboard.

Whether you run a wholesale store, a made-to-order shop, or simply want to offer negotiated pricing, this plugin gives you the tools to streamline the quoting process effortlessly.

🔑 Key Benefits

  • Capture more leads – Let customers enquire about products even when they’re not ready to buy.
  • Flexible pricing – Perfect for B2B, wholesale, and custom-order stores where pricing isn’t fixed.
  • Reduce cart abandonment – Remove price friction by letting customers ask before committing.
  • Full control – Choose exactly where and when the enquiry button appears.
  • GDPR-friendly – Works for both logged-in and guest users.

✅ Features

General Settings
* Enable / Disable the plugin with a single toggle
* Customize the Enquiry Cart button label text
* Customize the button color to match your store branding
* Show the enquiry button for logged-in users, logged-out users, or both
* Redirect customers to a custom page after form submission

Display Options
* Show the enquiry button on: Shop & Single Product Pages, Single Product Page only, or a Custom Location via shortcode
* Shortcode support: [gmpqcw_enquiry_single_product] or [gmpqcw_enquiry_single_product id='{product_id}']
* Set up your dedicated enquiry cart page using shortcode: [gm_woo_enquiry_cart]

Product & Cart Control
* Hide the Add to Cart button
* Remove product prices from the frontend
* Show the enquiry button for out-of-stock products
* Disable the WooCommerce Cart and Checkout pages entirely
* Include or exclude the enquiry button based on product categories

Enquiry Form
* Full email customizer — personalize the notification emails sent to the store owner and customer
* Webhook support — trigger a custom webhook after form submission for CRM or automation integration

⭐ Pro Features — Upgrade to Pro
* Add custom fields to the enquiry form: Text, Select, Checkbox, Textarea, and Radio fields
* Collect additional customer information tailored to your business needs
* Build advanced enquiry forms without any coding

Quote Management
* View all submitted quote requests from the admin dashboard
* Download all quotes as a CSV file for easy processing

Developer & Advanced
* JavaScript DOM event listener (Gm_quote_cart_submitted) for custom tracking pixels, marketing tags, or analytics after form submission
* Translate-ready (compatible with WPML and Loco Translate)

🛠️ How It Works

  1. Install and activate the plugin.
  2. Go to WooCommerce > Enquiry Cart Settings to configure your button label, display location, form fields, and email notifications.
  3. Create a new WordPress page, add the shortcode [gm_woo_enquiry_cart], and assign it as your Enquiry Cart page.
  4. Customers can now add products to their enquiry cart and submit a quote request from the cart page.
  5. You receive an email notification and can view all submissions under the Quotes menu in your dashboard.

📋 Shortcodes

  • [gm_woo_enquiry_cart] — Displays the full enquiry cart and submission form. Add this to your dedicated enquiry cart page.
  • [gmpqcw_enquiry_single_product] — Displays the enquiry button for the current product (use on single product pages).
  • [gmpqcw_enquiry_single_product id='123'] — Displays the enquiry button for a specific product by its ID.

💻 DOM Event (For Developers)

After the enquiry form is submitted, the plugin fires a custom JavaScript event you can hook into:

window.addEventListener('Gm_quote_cart_submitted', (event) => {
  const { success, formData, result } = event.detail;
  if (success) {
    console.log("Enquiry submitted successfully:", result);
  } else {
    console.error("Enquiry submission failed:", result);
  }
});

Use this to trigger Google Analytics events, Facebook Pixel, custom webhooks, or any third-party marketing integration.

🔗 Our Other Plugins

  • Product Enquiry for WooCommerce – Popup-based enquiry form directly on product pages.
  • PDF Catalog WooCommerce – Generate downloadable product catalogs with images and prices.
  • Show Variations On Shop & Category Page – Display product variations directly on shop/category pages.
  • Variation Dropdown to Radio Buttons – Replace variation dropdowns with radio buttons.
  • Short Description & Attributes in Loop – Show product short descriptions and attributes in the shop loop.
  • Restrict Payment Methods For WooCommerce – Control which payment methods are available at checkout.
  • Product Shortcode – Widget – Block for WooCommerce – Display product lists anywhere using shortcodes, widgets, or blocks.

Does this plugin work with all WooCommerce themes?

Yes. The plugin is designed to be compatible with all standard WooCommerce themes. It uses standard WooCommerce hooks and shortcodes, making it highly compatible across themes.

Can I use this plugin without disabling the Add to Cart button?

Yes. You can choose to show both the Add to Cart button and the Enquiry button simultaneously, or hide Add to Cart entirely — your choice.

Does it work for out-of-stock products?

Yes! You can enable the enquiry button specifically for out-of-stock products, so customers can still express interest and request availability updates.

Can I add custom fields to the enquiry form?

Yes, custom form fields (text, select, checkbox, textarea, and radio) are available in the Pro version. Upgrade to Pro to collect additional customer information tailored to your business needs. Get the Pro version here.

Can I export quote requests?

Yes. All submitted quotes are stored in your admin dashboard and can be exported as a CSV file at any time.

Is the plugin translation-ready?

Yes. The plugin is fully translation-ready and compatible with WPML and Loco Translate.

Can I use a webhook with this plugin?

Yes. You can configure a webhook URL in the plugin settings. The webhook will be triggered automatically after every successful enquiry form submission.

Is it possible to restrict the enquiry button to specific product categories?

Yes. The plugin includes an include/exclude filter based on product categories, giving you full control over where the button appears.

Does it work for guest (non-logged-in) users?

Yes. You can configure the enquiry button to show for logged-in users only, logged-out users only, or all visitors.

Plugin details
Version1.0
Last updated2026-07-19 6:28am GMT
Added2023-06-11
Requires WordPress5.0
Tested up to7.0.2
Requires PHP7.2

Tags on WordPress.org
Hide add to cart
request a quote woocommerce
woocommerce enquiry
woocommerce quote cart
woocommerce rfq
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