Frequently asked questions
Common questions about Price Quote for WooCommerce.
Does this plugin require WooCommerce?
Section titled “Does this plugin require WooCommerce?”Yes. WooCommerce 4.0 or higher must be installed and active. If WooCommerce is deactivated, Price Quote deactivates itself automatically and shows an admin notice linking you to install or activate WooCommerce.
Can guests request quotes?
Section titled “Can guests request quotes?”Yes. A guest’s quote cart is held in a browser cookie that lasts 30 days, so no account or login is needed. You can turn quoting off for guests by ticking Guest (Non-logged-in users) under Disable quote for specific user roles in General settings.
How do I show the quote button on only some products?
Section titled “How do I show the quote button on only some products?”In General settings, set Quote Mode to Selected Products. A search field appears; find products by name and add them. Only the products you add show the quote button.
How do I hide product prices?
Section titled “How do I hide product prices?”Turn on Hide product prices in General settings. The price is replaced by the quote button on product and shop pages for every visitor.
Can I change the “Request Quote” button text?
Section titled “Can I change the “Request Quote” button text?”Yes. General settings has three independent label fields: the Add to quote button (default “Request Quote”), the Remove control (default “Remove”), and the View quote history link (default “View Quote History”). Leave any of them empty to keep the default.
How do I send a price back to the customer?
Section titled “How do I send a price back to the customer?”Open WB Plugins > Price Quote > Quote Requests, click View Details on a request, then use Send Quote Email to write your priced response and send it to the customer’s email address.
Where are the quote emails configured?
Section titled “Where are the quote emails configured?”They are part of WooCommerce’s email system. Go to WooCommerce > Settings >
Emails to configure Admin new quote and Customer quote received. To
change their markup, copy the templates from the plugin’s templates/emails/
folder into your theme’s woocommerce/emails/ folder.
Where is quote data stored?
Section titled “Where is quote data stored?”In a dedicated database table, {prefix}_wcpq_quote_requests, with columns for
the customer’s name, email, phone and message, the requested product IDs, the
status, the user ID and timestamps. Nothing is stored in post meta or options.
Is the plugin compatible with WordPress Multisite?
Section titled “Is the plugin compatible with WordPress Multisite?”There is no network-wide support and none is planned. WooCommerce is itself a per-site plugin, so Price Quote is too: activate it on each site and it runs on that site’s own settings, products and requests. There is no network admin screen and no shared configuration between sites.
What developer hooks are available?
Section titled “What developer hooks are available?”The plugin ships a large set of wcpq_-prefixed actions and filters covering
the quote button, the form fields, submission, status changes, the emails and
the admin screens. The Developer guide
lists them with their arguments.

