Title: Request a Quote for WooCommerce &#8211; Hide Price, RFQ &amp; B2B Quotes (Quotilio)
Author: leadkingsdotnet
Published: <strong>September 13, 2026</strong>
Last modified: September 14, 2026

---

Search plugins

![](https://ps.w.org/quotilio-for-woocommerce/assets/banner-772x250.png?rev=3694486)

![](https://ps.w.org/quotilio-for-woocommerce/assets/icon-256x256.png?rev=3694486)

# Request a Quote for WooCommerce – Hide Price, RFQ & B2B Quotes (Quotilio)

 By [leadkingsdotnet](https://profiles.wordpress.org/leadkingsdotnet/)

[Download](https://downloads.wordpress.org/plugin/quotilio-for-woocommerce.0.4.0.zip)

 * [Details](https://wordpress.org/plugins/quotilio-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/quotilio-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/quotilio-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/quotilio-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/quotilio-for-woocommerce/)

## Description

Quotilio adds a quote-request workflow to your WooCommerce store: a Request a Quote
button on product and cart pages, a customer-facing form, a quotes screen inside
WP Admin, and a one-click path from a quote to a real WooCommerce order.

#### What you get

 * **Request a Quote button** on product pages (next to Add to Cart) and on the 
   cart page. Turn either location on or off from the settings screen, or place 
   the button anywhere with the `[quotilio_request_quote]` shortcode.
 * **Quote request form** with name, email, company, phone and message. Opens as
   a modal on top of your existing page — no separate landing page, no theme edits.
 * **Quotes in WP Admin** under WooCommerce  Quotilio Quotes. Native WordPress list
   table with a detail view for every quote.
 * **Convert quote to WooCommerce order** in one click. Uses your existing WooCommerce
   order, shipping and tax rules. Compatible with High-Performance Order Storage(
   HPOS).
 * **Email notifications.** You get an email for every new quote request (address
   configurable); the customer gets a confirmation.
 * **Catalog mode (hide price).** Turn the store into a catalog: hide prices and
   the Add to Cart button on every product, leaving Request a Quote as the only 
   call to action. Use it when price depends on quantity, contract or shipping.
 * **Unlimited quotes.** No caps, no trial timer.
 * **Fully self-hosted.** No API calls to skylitech.com or anywhere else. Your quote
   data never leaves your database.
 * **Block-theme and page-builder friendly.** Works with the WooCommerce cart block
   and the classic cart, and with themes built on Elementor, Divi and Bricks.
 * **Translation-ready** via the `quotilio-for-woocommerce` text domain.

#### Quotilio Pro

[Quotilio Pro](https://skylitech.com/woocommerce/) is a separate plugin that installs
over this one (all your quotes carry over) and adds:

 * **Catalog mode targeting** — apply catalog mode per category, per customer role
   or per individual product. The storewide on/off switch is in this free plugin.
 * **Edit quotes before converting** — change quantities and unit prices, add per-
   line discounts and adjustments, then convert to an order.
 * **Quote PDF** attached to the customer email, with a one-click resend from the
   quote screen.
 * **Editable customer emails** — subject, body and terms footer, plus theme-overridable
   templates.
 * **Quote search** in the admin list.
 * **Cache-friendly lazy session** for stores behind full-page caching.
 * **Automatic updates and priority support.**

Pro is $15/month or $150/year. If it ever lapses, the free plugin keeps working 
with all your data.

## Screenshots

[⌊Product page with the Request a Quote button rendered next to Add to Cart.⌉⌊Product
page with the Request a Quote button rendered next to Add to Cart.⌉[

Product page with the Request a Quote button rendered next to Add to Cart.

[⌊Quote request modal opened on a product page.⌉⌊Quote request modal opened on a
product page.⌉[

Quote request modal opened on a product page.

[⌊Quotes list inside WP Admin.⌉⌊Quotes list inside WP Admin.⌉[

Quotes list inside WP Admin.

[⌊Quote detail screen with the Convert to Order button.⌉⌊Quote detail screen with
the Convert to Order button.⌉[

Quote detail screen with the Convert to Order button.

## Installation

 1. In WP Admin, go to **Plugins > Add New** and search for “Quotilio for WooCommerce”,
    or upload the plugin zip via **Plugins > Add New > Upload**.
 2. Activate the plugin. WooCommerce 8.0 or newer must already be active.
 3. Visit **WooCommerce > Quotilio Settings** to choose where the Request a Quote button
    shows and where new-quote notifications are sent.
 4. Load any product page to confirm the button renders next to Add to Cart.

The plugin creates its own database tables on activation. Deactivating keeps your
data; uninstalling removes it only if you tick “Delete all quotes and settings when
the plugin is uninstalled” in settings.

## FAQ

### Does this work with my block theme or page builder?

Yes. The product-page button hooks into the standard `woocommerce_single_product_summary`
action. On the cart page it hooks the classic cart action and injects into the WooCommerce
cart block. If your template does neither, use the `[quotilio_request_quote]` shortcode.

### Where does my quote data live?

Entirely in your own WordPress database, in three plugin-owned tables prefixed `
quotilio_`. The plugin makes no outbound API calls.

### Do you support variable products?

Yes. Quotes capture the selected variation, price at quote time and quantity, and
the converted order carries the same line.

### What does Pro add?

Catalog mode targeting (per category, per customer role or per product), editing
quote lines before converting, a PDF attached to the customer email with resend,
editable email subject/body/terms, quote search, a cache-friendly lazy session, 
automatic updates and priority support. Pro is a separate plugin; this plugin stays
fully functional without it.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Request a Quote for WooCommerce – Hide Price, RFQ & B2B Quotes (Quotilio)” is open
source software. The following people have contributed to this plugin.

Contributors

 *   [ leadkingsdotnet ](https://profiles.wordpress.org/leadkingsdotnet/)

[Translate “Request a Quote for WooCommerce – Hide Price, RFQ & B2B Quotes (Quotilio)” into your language.](https://translate.wordpress.org/projects/wp-plugins/quotilio-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/quotilio-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/quotilio-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/quotilio-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/quotilio-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.4.0

 * Added catalog mode: hide prices and the Add to Cart button across the store, 
   leaving Request a Quote as the only call to action.
 * The quote button now stays visible on products that catalog mode has made unpurchasable.

#### 0.3.2

 * Declares compatibility with WooCommerce High-Performance Order Storage so WooCommerce
   no longer flags the plugin as incompatible.
 * Settings screen previews the Pro options (greyed out) and the Pro description
   now matches what Pro actually ships.
 * Tested with WooCommerce 11.1 and WordPress 7.1.

#### 0.3.1

 * Removed the “Quotes powered by” line from customer confirmation emails.
 * Multisite uninstall now honours each subsite’s own “delete data on uninstall”
   setting.
 * Read queries are built through `$wpdb->prepare()` end to end.

#### 0.3.0

 * Every quote-request now emails the merchant and the customer.
 * Company field added to the quote form.
 * Quote detail screen shows the customer’s message.
 * Removed the active-quote cap: unlimited quotes.
 * Settings screen: notification email, button placement, uninstall opt-in.
 * All PHP-side names now use the `quotilio_` prefix; input sanitisation tightened;`
   Requires Plugins: woocommerce` header added.
 * Custom form fields, button rules, quote expiry and several other options removed
   from the free plugin. Catalog mode, editable email templates, resend and quote
   search are available in Quotilio Pro.

#### 0.2.0

 * Lazy session initialization — no PHP session cookie set on cache-safe front-end
   requests.
 * Compatibility declared with WooCommerce HPOS.

#### 0.1.0

 * Initial release. Product- and cart-page Request a Quote button, quote request
   modal, admin quotes dashboard, quote-to-order conversion.

## Meta

 *  Version **0.4.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.2 or higher **
 * Tags
 * [hide price woocommerce](https://wordpress.org/plugins/tags/hide-price-woocommerce/)
   [request a quote woocommerce](https://wordpress.org/plugins/tags/request-a-quote-woocommerce/)
   [woocommerce catalog mode](https://wordpress.org/plugins/tags/woocommerce-catalog-mode/)
   [woocommerce request for quote](https://wordpress.org/plugins/tags/woocommerce-request-for-quote/)
   [woocommerce rfq](https://wordpress.org/plugins/tags/woocommerce-rfq/)
 *  [Advanced View](https://wordpress.org/plugins/quotilio-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/quotilio-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/quotilio-for-woocommerce/reviews/)

## Contributors

 *   [ leadkingsdotnet ](https://profiles.wordpress.org/leadkingsdotnet/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/quotilio-for-woocommerce/)