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-woocommercetext domain.
Quotilio Pro
Quotilio Pro 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




Installation
- In WP Admin, go to Plugins > Add New and search for “Quotilio for WooCommerce”, or upload the plugin zip via Plugins > Add New > Upload.
- Activate the plugin. WooCommerce 8.0 or newer must already be active.
- Visit WooCommerce > Quotilio Settings to choose where the Request a Quote button shows and where new-quote notifications are sent.
- 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_summaryaction. 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.
ContributorsInterested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by 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: woocommerceheader 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.
