Back to Top

Guide of Magento 2 (Adobe Commerce) Quote System

Magento 2 Quote Extension will allow the customers to quote for the products in the Magento 2 (Adobe Commerce Cloud)store.

Quote System for Magento 2 is very helpful in ordering the admin products in bulk. The buyers can communicate with the admin for any queries regarding the quoted products.

Also, to hide product prices from the users check Magento 2 Call for Price extension.

Watch the below video tutorial to understand the extension workflow:

o_PhX6PmojU

Magento 2 Quote System Features

  • Admin can show or hide the Add to Cart button and product price on category and product pages.
  • Customers can add products to a dedicated quote cart and request quotes directly from product, category, and search pages.
  • Customers can request quotes for simple, virtual, downloadable, configurable, bundle, and grouped products.
  • Guest users can submit quote requests with email verification, with quotes linked to their customer account after login.
  • Admin can enable or disable Request a Quote for specific products and customer groups.
  • Admin can set minimum quantity and amount requirements for quote requests.
  • Customers can submit quotes for out-of-stock products based on the configured settings.
  • Customers can view and manage their quote requests from the My Quotes section.
  • Admin can create, edit, approve, decline, and delete quote requests from the admin panel.
  • Admin and customers can negotiate quotes through messages and file attachments.
  • Admin can set a quote validity period with automatic quote expiry and reminder emails.
  • Admin can configure automatic quote approval based on the allowed discount threshold.
  • Approved quotes can be converted into orders at the negotiated price.
  • Negotiated quote prices are protected from catalog and cart price rules.
  • Admin can create custom quote form fields using Page Builder.
  • The extension supports GraphQL APIs for quote cart, quote requests, conversations, and approved quote purchases.
  • Supports headless and PWA storefronts through GraphQL.

Installation

Customers will get a zip folder and they have to extract the contents of this zip folder on their system.

Moreover, the extracted folder has an src folder, inside the src folder you have the app folder.

Now, you need to transfer this app folder into the Magento2 root directory on the server as shown below.

Installation Of Magento2 Quote System-1

Run Commands

After the successful installation, you have to run these commands in the Magento2 root directory:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:flush

Configuration For Multi-lingual Support

Consequently, for multilingual support, the admin will navigate through Store->Configuration->General ->Locale Options. 

Select the locale as German (the language into which the admin wants to translate his store content).

Module Configuration Quote System for Quote System for Magento 2

Translation

If a user wants to translate their module from English to German then they need to follow the path app/code/Webkul/Quotesystem/i18n.

In their unzipped Magento2 (Adobe Commerce Cloud) Quote System folder will get a CSV file with the name “en_US.csv”.

Now they will rename that CSV as “de_DE.csv” and translate all right side content after the comma in the German language.

After editing the CSV, save it and then upload it to the path app/code/Webkul/Quotesystem/i18n where they have installed Magento 2 on the server.

The module will be translated into the German Language. It supports both RTL and LTR languages.

Magento2 Quote System Translation-1 -Quote System for Magento 2

Magento2 Quote System Translation-2 for Quote System for Magento 2

Forthwith, the user can edit the CSV like the image below.
Magento2 Quote System Translation-3 for Quote System for Magento 2

Admin Configuration for Quote System for Magento 2

The admin can configure the module by following the navigation, Stores ->Configuration-> Quote System.

general setting

General Settings

  • Quote System Enable/Disable- The module can be enabled or disabled from here.
  • Allow Quote Request for Customer Groups- Select the customer groups that can submit quote requests. Leave it empty to allow all groups.
  • Allow Guest Quote Requests- Allow guest users to submit quote requests without creating an account.
  • Merge Guest Quote On Login- Merge the guest’s quote cart with their customer quote cart when they log in.
  • Verify Guest Email On Submit- Send a verification code to guests and process their quote after they verify their email.
  • Verify Customer Email On Submit- Require logged-in customers to verify their email with a code before submitting a quote.


productpageanddisplay

Product Page & Display

  • Show Add to Cart- The admin can show or hide the Add to Cart button for quote-eligible products.
  • Show Product Price- The admin can show or hide the product price for quote-eligible products.
  • Allow Adding Out Of Stock Product To Quote- The admin can allow or restrict customers from adding out-of-stock products to the quote.
  • Minimum Quote Quantity- The admin can set the minimum quantity required for customers to submit a quote request.
  • Minimum Quote Amount- The admin can set the minimum quote amount required to submit a quote. Use 0 to allow any amount

requestaquotecart

Request a Quote Cart & Buttons

  • Use a Separate Request a Quote Cart- The admin can enable a dedicated quote cart with an Add to Quote button and separate header icon.
  • Show “Add to Quote” on Product Page- The admin can show the Add to Quote button on the product detail page.
  • Show “Add to Quote” on Listing Cards- The admin can show the Add to Quote button on category and search product cards.
  • Button Label- The admin can customize the text displayed on the Add to Quote button.
  • Redirect to Quote Cart After Adding- The admin can redirect customers to the quote cart after adding a product or keep them on the current page.

cartsetting

Cart Settings

  • Allow the Use of Catalog and Cart Price Rules for Carts Containing Quote Products- The admin can allow or restrict catalog and cart price rule discounts for quote products in the cart.

Conversation

  • Enable Quote Conversation- The admin can enable or disable conversations between customers and merchants for submitted quotes.

Quote Workflow

  • Quote Validity (Days)- The admin can set the number of days a submitted quote remains valid. Use 0 for quotes that never expire.
  • Send Expiry Reminder (Days Before)- The admin can set when to send a reminder before a quote expires. Use 0 to disable reminders.
  • Auto-Approve Quotes- The admin can automatically approve quotes when the requested discount is within the configured threshold.

attachmentsetting

Attachment Settings

  • Enable Attachments- The admin can enable or disable file attachments for quote requests.
  • Allowed File Types For Attachment- The admin can select the file types customers can attach to quote requests.
  • File Max Size- The admin can set the maximum attachment size, up to 100 MB.
  • Max File Upload- The admin can set the maximum number of files customers can upload, up to 20.

dynamicform

Dynamic Quote Form

  • Enable Additional Quote Fields- The admin can enable or disable additional fields on the Enter Quote Details form.
  • Additional Fields- The admin can add custom fields and define their type, options, and required status for quote requests.
  • Field Code- The admin can define a unique code for each additional field using letters, digits, and underscores.
  • Label- The admin can set the label displayed for each additional field.
  • Type- The admin can select Text, Text Area, Dropdown, Checkbox, or Date as the field type.
  • Dropdown Options- The admin can define comma-separated options for Dropdown fields.
  • Required- The admin can mark an additional field as required or optional.

Quote System Transactional Emails

  • Notification Email- The admin can configure the email address used to send and receive quote notifications.
  • New Quote Email Template- The admin can select the email template sent when a new quote is submitted.
  • Guest Verification Email Template- The admin can select the email template used for guest email verification.
  • Quote Status Email Template- The admin can select the email template sent when a quote status changes.
  • Quote Message Email Template- The admin can select the email template sent for quote conversation messages.
  • Quote Edited Email Template- The admin can select the email template sent when a quote is edited.

Admin Management for Quote System for Magento 2

The owner can navigate through the Products -> Catalog and select a product or create a new one to add the quotation request.

Quote Status

Store admin will have to set the Quote Status for the product as Yes and set Minimum Quote Quantity so that customers can quote for that product quantity.

Quote System_product_page

Store Admin will find the quotes under Webkul Quote System->Manage Quotes as shown below:

modulemenu

Here admin can manage as well as add a new quote for the product on behalf of the customer.

Add New Quote

The admin can also add a new quote for the products by clicking on the ” Add New Quote ” button:

Quote System_quote_manager

To check the quote in detail admin can click on view quote.

Admin can Delete and update the quote requests as – Pending, Approved, and Declined for each request as required.

view_quote-1-

Post clicking on the ” Add New Quote ” button, the admin will get a new window showing the list of customers. From there the admin can easily select the customer.

add_quote-1_Quote System for Magento 2

After selecting the particular customer the next window will find the list of that customer’s requested products.

The admin will click on the “Add Quote” option for the requested product.

Add_quote_add_quote

Now, this module allows the admin to Add Multiple Quotes in one go. Also, the admin can easily add a quote to the product by providing information in the fields.

Admin needs to define quantity, price per item, and description & also can attach the digital version of the quotation & will successfully Submit it.

custom_options

Quote Product

Add-Quote-1-1

Quote Manager

The admin from a single page can view all the requested quotes, and manage all the quote requests like Declined, unapproved, or approved.

If you want to enable customers to request quotes from all marketplace sellers, then you can make use of the Magento 2 Marketplace Request for Quotation(RFQ).

view_quote-2_Quote System for Magento 2

If a Quote order is completed then Quote status automatically becomes sold.

Admin changes the status of the requested Quote then the buyer will get a mail regarding the status change.

Quote Request Details

To view the complete details of a quote request, navigate to Webkul Quote System → Manage Quotes and click View for the required quote. The Quote Request Details page opens with all the information and management options for that quote.

viewquote

Quote & Account Information

  • Quote #- Displays the unique quote identification number.
  • Submitted At- Displays the date and time when the quote request was submitted.
  • Quote Status- Displays the current status of the quote.
  • Expiry At- Displays the date and time when the quote expires.
  • Purchased From- Displays the website, store, and store view from which the quote was submitted.
  • Placed from IP- Displays the IP address from which the quote request was placed.

Account Information

  • Customer Name- Displays the name of the customer who submitted the quote.
  • Email- Displays the customer’s email address.
  • Customer Group- Displays the customer group associated with the quote.
  • Customer Note- Displays the note provided by the customer with the quote request.
  • Attachments- Displays the files attached to the quote request.

Items Requested

The Items Requested section displays the products included in the quote request.

  • Product- Displays the product name and related product details.
  • SKU- Displays the unique SKU of the requested product.
  • Original Price- Displays the product’s original catalog price.
  • Requested Price- Displays the price requested by the customer.
  • Offered Price- Allows the admin to enter the price offered to the customer.
  • Requested Qty- Displays the quantity requested by the customer.
  • Offered Qty- Allows the admin to enter the quantity offered to the customer.
  • Subtotal- Displays the calculated subtotal based on the offered price and quantity.

Notes for this Quote

The admin can manage the quote status and add comments from the Notes for this Quote section.

  • Status- The admin can update the quote status to Awaiting Email Verification, Pending, Processing, Approved, Declined, Ordered, or Expired.
  • Comment- The admin can enter a message or note related to the quote.
  • Notify Customer by Email- The admin can send an email notification to the customer when updating the quote.
  • Visible on Storefront- The admin can make the comment visible to the customer on the storefront.
  • Update- The admin can save the status, comment, and notification settings.

Quote History

The quote history records status changes and customer notifications.

  • Date and Time- Displays when the quote activity was recorded.
  • Status- Displays the status associated with the activity.
  • User- Displays whether the activity was performed by the customer or admin.
  • Notification Status- Displays whether the customer was notified by email.

Quote Actions

The admin can use the actions available at the top of the page to manage the quote.

  • Back- Returns the admin to the quote requests grid.
  • Conversation- Opens the quote conversation to communicate with the customer.
  • Decline- Declines the quote request.
  • Approve- Approves the quote for customer purchase.
  • Update Offer- Updates the offered price and quantity for the requested products.

Print Quote

printinvoice

This module facilitates the store admin with a print quote feature, check the below image for more details:

print_quote_Quote System for Magento 2

Buyer Management for Quote System for Magento 2

On the front end, the Add Quote option is also available on the category page to let the customers Quote the products

quote_store-Quote System for Magento 2

The buyer can easily quote for the product by clicking on the ” Add to Quote ” button, A pop-up will appear when clicking on the Add Quote button as per the below image:

enterquotedetails

Here, the customer will-

  • Quantity: Enter the product quantity the customer wants to quote for.
  • The entered product quantity should be greater than the configured minimum product quantity applicable for requesting the quote.
  • Price Per Item: define the product price the customer wants to pay for per quantity.
  • Description: Add an additional message or quote details for the admin.

The customer can even submit a quote from the product page by clicking on the Quote This Product button:

simple-jeans-2-Quote System for Magento 2

The buyer can easily quote for the product by clicking on the ” Quote this product ” button.

A pop-up will appear & the rest process will be the same as we have seen above.

After entering all quote details, the customer clicks Submit on the popup.

The quoted product then appears in the Quote icon at the top of the page.

proceedtoquote

Manage the Quote Cart

The customer clicks the Quote icon and then selects Proceed to Request a Quote.

quotecart

The customer can edit the quote cart, add attachments, and enter notes on the Quote Cart page.

After adding the required details, the customer clicks Submit Quotes to submit the quote request.

Add Multiple Quotes

Customers can also add multiple quotes to the Quote Cart and manage them from one place.

My Quotes

Customers can view and manage their submitted quote requests from the My Quotes section.

Navigate to My Account → My Quotes to view all submitted quote requests.

myquotes

Quote List

The My Quotes section displays the following information for each quote:

  • Quote #- Displays the unique identification number of the quote.
  • Note- Displays the note associated with the quote.
  • Quote Total- Displays the current total amount of the quote.
  • Status- Displays the current status of the quote.
  • Order #- Displays the order ID when the quote is converted into an order.
  • Order Status- Displays the status of the order created from the quote.
  • Submitted At- Displays the date and time when the quote was submitted.
  • Unread- Indicates whether the quote contains unread messages.
  • Expiry At- Displays the quote expiry date.
  • Action- Allows customers to view or print the quote.

Quote Actions

  • View- Allows customers to open the quote and view its products, prices, quantities, and other details.
  • Print- Allows customers to print the quote details as a PDF.

Buyer Can View The Quote

Customers can view their submitted quote details from their account.

Navigate to My Account → My Quotes and click View for the required quote. The quote details page displays the complete quote information.

viewquotecustomer

Quote Information

  • Quote #- Displays the unique identification number of the quote.
  • Product Name- Displays the products included in the quote.
  • SKU- Displays the SKU of each quoted product.
  • Original Price- Displays the original catalog price of the product.
  • Requested Price- Displays the price requested by the customer.
  • Requested Qty- Displays the quantity requested by the customer.
  • Offered Price- Displays the price offered by the admin. It remains empty until an offer is provided.
  • Offered Qty- Displays the quantity offered by the admin.
  • Subtotal- Displays the calculated subtotal for each quote item.
  • Quote Total- Displays the total amount of the quote based on the current offer.

Quote Actions

  • Print Quote- Allows customers to print the quote details.
  • Conversation- Allows customers to communicate with the admin regarding the quote.

The customer can use the Conversation option to discuss pricing, quantities, product requirements, or other quote-related details with the admin.

customerquoteconversation

The buyers can view the quote by clicking on “View Quote”. & if in case the customer has generated multiple quotes then it will be shown as two separate as shown below:

Quote System for Magento 2-view details

Here, the customers can update their quotation requests by clicking the edit button next to the quoted item.

Edit-Quote-4-Quote System for Magento 2

The shoppers can see the complete conversation had with the admin using the Quote System for Magento 2.

Also, for the record, the customer can easily print out the quote product data. By clicking on the “Print Quote” button.

customer_quote_print _for_Quote System for Magento 2

Purchase of a Quote Product

After the admin approves a quote, the customer can open the approved quote from My Account → My Quotes.

approvedquotes

The quote details page displays the Proceed to Purchase option. When clicked, the quoted products are added to the shopping cart at the agreed price.

purchasequoteproduct

The customer is then redirected to the Shopping Cart page to review the products and continue with checkout.

checkoutcart

Discount

The Quote System for Magento 2 allows the admin to set ‘Allow the Use of Catalog and Cart Price Rules for Carts Containing Quote Products‘ as Yes, to enable a discount on the quoted product.

discount

Plus this will be reflected on the customer front at the time of checkout as in the below screenshot. The discount can be seen here on the cart:

If you want to enhance your store features by adding discounts to the bundle of products then you can check Magento 2 Product Bundle Discount.

Quote System for Magento 2  Discount

Support

That’s all for the Magento 2 (Adobe Commerce) Quote System. Still, have any issues then feel free to add a ticket.

Let us know your views on making the module better at webkul.uvdesk.com

Current Product Version - 5.0.4

Supported Framework Version - Magento 2.0.x, 2.1.x, 2.2.x,2.3.x, 2.4.x

Blog Version - Magento 2.0.x, 2.1.x, 2.2.x,2.3.x, 2.4.x
  • Version 2.0.x, 2.1.x, 2.2.x, and 2.3.x
  • Version 2.0.x, 2.1.x, 2.2.x, and 2.3.x,2.4.x,
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


2 comments

  • Giorgio
    • Rani Kumari (Moderator)
  • Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home
    On this page

    Table of Content

    Back to top