Enquiry Cart For WooCommerce – Request a Quote

Beskrivelse

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

Skjermbilder

  • Plugin Settings Page – Configure button labels, display options, and general settings.
  • Enquiry Cart Page – The customer-facing quote cart with product list and submission form.
  • Quote Submissions Dashboard – View and manage all submitted quote requests from the admin.

Installasjon

Automatic Installation (Recommended)

  1. Log in to your WordPress admin dashboard.
  2. Navigate to Plugins > Add New.
  3. Search for «Enquiry Cart For WooCommerce».
  4. Click Install Now, then click Activate.

Manual Installation

  1. Download the plugin .zip file from the WordPress plugin directory.
  2. Log in to your WordPress admin dashboard.
  3. Navigate to Plugins > Add New > Upload Plugin.
  4. Upload the .zip file and click Install Now.
  5. Click Activate Plugin.

After Activation

  1. Go to WooCommerce > Enquiry Cart to configure plugin settings.
  2. Create a new page and add the shortcode [gm_woo_enquiry_cart] to serve as your enquiry cart page.
  3. Assign this page in the plugin settings and you’re ready to go.

Ofte stilte spørsmål

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.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

«Enquiry Cart For WooCommerce – Request a Quote» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere

Endringslogg

1.0

  • Initial release.
  • Enable/Disable enquiry cart functionality.
  • Customizable enquiry button label and color.
  • Display on Shop Page, Single Product Page, or custom location via shortcode.
  • Shortcode support for cart page and single product button.
  • Quote submission list with CSV export.
  • Show button for logged-in / logged-out users.
  • Enquiry button for out-of-stock products.
  • Option to remove price and hide Add to Cart button.
  • Redirect after form submission.
  • Disable WooCommerce Cart and Checkout pages.
  • Category-based include/exclude filter.
  • Email customizer for notification emails.
  • Webhook support after form submission.
  • Custom form fields via Pro version (text, select, checkbox, textarea, radio).
  • JavaScript DOM event (Gm_quote_cart_submitted) for developers.
  • Translation-ready.