Skip to main content

Cart Quote Request Add-on

Display a quote request button in the shopping cart that opens a WebForms popup form, allowing customers to request quotes for cart items.

Installation

warning

You need to have WebForms Pro 3 installed prior to this add-on installation.

Install the package with commands:

composer require mageme/module-webforms-3-cartquote
php bin/magento module:enable MageMe_WebFormsCartQuote
php bin/magento setup:upgrade

Update

Update the package with commands:

composer update
php bin/magento setup:upgrade

Remove

Uninstall the package with command:

composer remove mageme/module-webforms-3-cartquote

Sample forms

You can import sample forms using Import Form in the Manage Forms page:

sample-forms.zip

System Configuration

You can access the system configuration through the Stores > Configuration > WebForms admin page.

menu

Cart Quote Request Add-on

Enable Add-on

Enable or disable the Cart Quote Request functionality.

Show Quote Button For

Specifies which users can see the quote button — all visitors, logged-in customers, or specific customer groups.

Customer Groups

Select which customer groups can see the quote button. Visible when "Groups" is selected in Show Quote Button For.

Form

Select the WebForms form for the quote request popup.

Minimum Quantity Per Item

Set the minimum quantity of any single item in the cart to display the request button.

Button Text

Custom text for the quote request button.

Custom text displayed at the top of the popup window.

Add Cart To Submission

Attach current cart contents to form submissions. Select any WebForms form (e.g. contact, feedback) to include product details from the customer's cart alongside their submission. Works independently of the CartQuote button — even when the add-on is disabled.

Developer

Button Selector Cart

CSS selector for button placement in cart page.

Custom Button CSS Classes

Set the custom CSS classes for the button.

Custom Popup CSS Classes

Set the custom CSS classes for the popup.

Hyvä Theme Compatibility

Install the Hyvä compatibility module:

composer require mageme/module-webforms-3-cartquote-hyva
php bin/magento module:enable MageMe_WebFormsCartQuoteHyva
php bin/magento setup:upgrade
note

The core WebForms Hyvä compatibility module must be installed first.