Title: Request For Quote
Author: akshayaswaroop
Published: <strong>May 8, 2020</strong>
Last modified: August 24, 2026

---

Search plugins

![](https://ps.w.org/wpheka-request-for-quote/assets/banner-772x250.png?rev=3662752)

![](https://ps.w.org/wpheka-request-for-quote/assets/icon.svg?rev=2740081)

# Request For Quote

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

[Download](https://downloads.wordpress.org/plugin/wpheka-request-for-quote.1.8.2.zip)

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

 [Support](https://wordpress.org/support/plugin/wpheka-request-for-quote/)

## Description

**Request For Quote** allows your customers to add products to a quote basket and
negotiate with you for the best price. This Extension helps both sides to reach 
a price agreement, which decreases cart abandonment with price reason and increase
purchases.

#### Features List:

 * Display **Add to Quote** on products
 * Option to show **Add to quote** as button or link
 * Option to **hide price** from product pages
 * Option to **add to cart** button from product pages
 * Option to enable **request quote** button in shop and other archive/category 
   pages
 * Allow your customers to request a **list of products** or a **single product**
   for each quote
 * Quote list page with a basic form (name, email, message)
 * Email alerts to admin/site owners on RFQ
 * Configure email notification for the users and admin

If you enjoyed this plugin then please put a review, that will encourage me to bring
some more …

## Screenshots

[⌊Plugin settings link.⌉⌊Plugin settings link.⌉[

Plugin settings link.

[⌊Plugin settings screen⌉⌊Plugin settings screen⌉[

Plugin settings screen

[⌊Configure email notifications⌉⌊Configure email notifications⌉[

Configure email notifications

## Installation

#### Minimum Requirements

 * WooCommerce 3.0 or later

 1. Upload ‘wpheka-request-for-quote’ to the ‘/wp-content/plugins/’ directory or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Admin area -> WPHEKA -> Request For Quote Settings
 4. Done!

## FAQ

### How It Works?

_check installation_

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Request For Quote” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ akshayaswaroop ](https://profiles.wordpress.org/akshayaswaroop/)
 *   [ WPHEKA ](https://profiles.wordpress.org/wpheka/)

[Translate “Request For Quote” into your language.](https://translate.wordpress.org/projects/wp-plugins/wpheka-request-for-quote)

### Interested in development?

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

## Changelog

#### 1.8.2 – 2026-08-24

 * Fix – The quote email no longer breaks WooCommerce’s email preview. Opening WooCommerce
   > Settings > Emails > Request For Quote showed “There has been a critical error
   on this website” in the preview pane, and “Send a test email” failed the same
   way, because the email was rendered from wp-admin where the quote session and
   the cart do not exist.
 * Fix – The quote email now matches WooCommerce’s current email design. It hardcoded
   the pre-9.9 styling, so on a store using WooCommerce’s “Email improvements” design
   the quote email did not look like any other email from the store.
 * Fix – Hiding prices no longer leaves a “Price” column heading above rows that
   have no price cell.
 * Enhancement – WooCommerce’s email preview now shows a representative quote, with
   sample products and customer details, instead of an empty email.
 * Fix – Plain text emails read as plain text, including product names and prices.
   A name like “Bed & Breakfast Package” arrived as “Bed & Breakfast Package” and
   prices kept their currency entity, because the text was HTML-escaped on its way
   into an email that has no HTML.
 * Fix – Plain text emails are now plain text. With “Email type: Plain text” selected
   the plugin mailed a full HTML document as text/plain, so the recipient read the
   markup. There is now a proper plain-text template beside the HTML one.
 * Fix – Sending no longer emits a PHP warning when the email is disabled or has
   no recipient, and correctly reports failure instead of returning an undefined
   value.
 * Enhancement – Added an “Email template” link to the plugin’s row on the Plugins
   screen, going straight to WooCommerce > Settings > Emails > Request For Quote.

#### 1.8.1 – 2026-08-24

 * Security – Saving the settings now requires the capability to manage options,
   not just a valid form token. The check matters more in this release, because 
   saving also clears the page cache.
 * Fix – Saving settings now clears the page cache. With a caching plugin active
   the settings really were saved, but product and shop pages kept serving the old
   button, label and prices, so the change looked like it had not applied.
 * Fix – The quote page is no longer stored by page caches. It renders one visitor’s
   quote basket, so a cached copy could be served to the next visitor.
 * Fix – A rejected settings save now says why. The Save Changes button used to 
   finish with “Changes Updated” even when nothing had been saved, and the reason
   was never shown.
 * Enhancement – Tidied the Additional Form Fields setting. “Make phone number required”
   is now visibly a sub-option of “Show phone number field” and is disabled while
   that field is off, instead of sitting there clickable and able to require a field
   the form never showed.

#### 1.8.0 – 2026-08-22

 * Security – Escaped the quote table’s output and tightened validation in the public
   add-to-quote handler.
 * Fix – On a network, activating for all sites now sets up every site, and a site
   created afterwards gets its own quote session table. Previously only one site
   was set up and later sites got nothing, with no error shown.
 * Fix – On a network, settings are read from the same per-site row they are saved
   to. They could previously read back empty.
 * Change – The review request now appears on the Dashboard rather than on every
   admin screen, waits until three quotes have been submitted instead of counting
   days, and is dismissed per user rather than for the whole site. Anyone who already
   dismissed it will not be asked again.
 * Fix – Escaped the quote email template’s heading.
 * Fix – Product images in the quote table keep their responsive attributes, so 
   browsers can pick an appropriate size again.
 * Enhancement – Declared compatible with the Cart and Checkout blocks. This plugin
   adds nothing to the cart or checkout and keeps its own session, so block checkout
   is unaffected. It previously declared itself incompatible, which showed store
   owners a warning that was not warranted.
 * Enhancement – Adopted the WPHEKA framework for settings, the quote session table
   and site provisioning.
 * Enhancement – Requires PHP 8.1 and WordPress 6.5. WordPress 7.1 and WooCommerce
   11.0.1 compatibility added.

#### 1.7.2 – 2026-05-27

 * Feature – Added a polite 5-star review request notice for store admins, shown
   after 7 days and at least one quote submission. Includes “Sure, you deserve it”,“
   I already did”, “Maybe later” (14-day snooze) and “Don’t ask again” options.
 * Fix – Made the “Your request has been sent successfully” and corresponding error
   message translatable via Loco Translate (previously hardcoded in the AJAX response).
 * Fix – Added missing text domain to three admin settings labels (Select a page,
   Button, Link) so they appear in translation tools.
 * Enhancement – Added “Requires PHP: 7.4” header.
 * Enhancement – WordPress version 7.0 compatibility added.
 * Enhancement – WooCommerce version 10.7.0 compatibility added.

#### 1.7.1 – 2026-02-13

 * Fix – Fixed “unexpected output during activation” error by removing get_plugin_data()
   call.

#### 1.7.0 – 2026-02-13

 * Feature – Added user type restrictions (show button to all/logged/guest users).
 * Feature – Added out of stock product options (show on all/only out of stock/hide
   on out of stock).
 * Feature – Added button position option (before/after add to cart button).
 * Feature – Added after-click behavior (show link or auto-redirect to quote page).
 * Feature – Added additional form fields (phone number and company name).
 * Fix – Fixed “Hide Price” and “Hide Add to Cart” settings not working on product
   pages.
 * Security – Fixed improper sanitization in plugin settings save handler.
 * Security – Added proper output escaping for page dropdown in settings form.
 * Security – Added missing wp_unslash() call in remove item AJAX handler.
 * Enhancement – WordPress version 6.9.1 compatibility added.
 * Enhancement – WooCommerce version 10.5.1 compatibility added.

#### 1.6.1 – 2025-11-09

 * Enhancement – WooCommerce HPOS (High Performance Order Storage) compatibility
   added.
 * Enhancement – WooCommerce Version 10.3.4 compatibility added.
 * Security – Fixed missing nonce verification in shop AJAX handler.
 * Security – Improved data sanitization with proper wp_unslash() calls.
 * Enhancement – Externalized inline JavaScript for better security practices.
 * Enhancement – Added proper error handling for session class instantiation.
 * Enhancement – Improved code organization and separation of concerns.

#### 1.6 – 2024-12-03

 * Enhancement – WooCommerce Version 9.4.2 compatibility added.

#### 1.5 – 2022-06-09

 * Enhancement – WooCommerce Version 6.5.1 compatibility added.

#### 1.4 – 2021-09-02

 * Enhancement – Used ‘wp or ‘wordpress’ prefixed cookies to fix caching issue with
   multiple hosting providers.

#### 1.3 – 2021-08-13

 * Enhancement – CSRF issues fixed.

#### 1.2 – 2020-06-06

 * Enhancement – Session cache fix added.

#### 1.1 – 2020-06-05

 * Tweak – Session class updated.

#### 1.0 – 2020-05-03

 * Initial release

## Meta

 *  Version **1.8.2**
 *  Last updated **2 days ago**
 *  Active installations **10+**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.1 or higher **
 * Tags
 * [quote](https://wordpress.org/plugins/tags/quote/)[request a quote](https://wordpress.org/plugins/tags/request-a-quote/)
   [request for quote](https://wordpress.org/plugins/tags/request-for-quote/)[rfq](https://wordpress.org/plugins/tags/rfq/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/wpheka-request-for-quote/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/wpheka-request-for-quote/reviews/)

## Contributors

 *   [ akshayaswaroop ](https://profiles.wordpress.org/akshayaswaroop/)
 *   [ WPHEKA ](https://profiles.wordpress.org/wpheka/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wpheka-request-for-quote/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/AKSHAYASWAROOP)