Magento 2 Quote SystemMagento 2 Quote System
Live Demo
Buy Now
Support
Live Demo
Buy Now
Support
  • Getting Started

    • Introduction
    • Requirements
    • Installation
    • Activate & Connect
  • Configuration

    • Overview
    • General
    • Product Display
    • Button & Cart
    • Conversation
    • Workflow
    • Attachments
    • Dynamic Form
    • Email
  • Using the Extension

    • Enable a Product
    • Requesting a Quote
    • The Quote Cart
    • Guest Quotes
    • My Quotes
    • Managing Quotes in Admin
    • Conversation
    • Purchasing a Quote
    • GraphQL API
  • Help

    • Troubleshooting
    • FAQ

Requesting a Quote

What the shopper does.

From the product page

  1. Open a quotable product.

  2. Choose any options the product needs — a size, a bundle selection, a custom option.

  3. Click Add to Quote.

  4. The Enter Quote Details form opens:

    FieldMeaning
    QuantityHow many they want
    Price per ItemThe price they are asking for
    NoteAnything they want to tell you about this line
    Your custom fieldsIf you configured a dynamic form
  5. Click Submit. The item joins their quote cart and the header count goes up.

The product's options travel with the request exactly as they would with Add to Cart, so a configurable added as Blue / Large is quoted, approved and ordered as Blue / Large.

Tips

The quantity in the form starts from the quantity on the product page, so a shopper who has already set 10 does not have to type it twice.

From a category or search page

Products that need no configuring can be added straight from the listing card — the same form opens over the page.

Products that need configuring first — configurable, bundle and grouped products, and anything with required custom options — show a link to the product page instead. There is nothing on a card to choose options with.

By product type

TypeWhat the shopper sees
Simple, VirtualOne quantity, price and note
DownloadableThe same, after choosing the links they want
ConfigurableThe same, after choosing the variant
BundleThe same, after building the bundle — the form sits with Add to Cart in the customisation panel
GroupedOne block per child they gave a quantity to, each with its own price and note

Grouped products are the special case: because a group is several products bought together, the form asks for a price per child rather than one price for the group.

Validation

The form will not submit if:

  • a required product option has not been chosen — the shopper is asked to choose it first
  • the quantity is below your minimum quantity
  • quantity × price is below your minimum amount

Submitting the request

Adding items builds the quote cart; it does not send anything. The shopper sends the request from the quote cart.

Prev
Enable a Product
Next
The Quote Cart