

<strong>Plugin Settings Page</strong> – Configure button labels, display options, and general settings.
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.
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)
[gm_woo_enquiry_cart], and assign it as your Enquiry Cart page.[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.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.