Commerce Quotes is a module for Drupal Commerce that will allow users to send a request for quotation (RFQ) instead of placing an order during checkout. The module provides a number of methods to determine whether an order should become an RFQ. Conditions might be that the order contains products without a price or that the customer checked a box indicating he or she would like to place a RFQ during checkout. Alternatively you can specify your own conditions using the amazing Rules module.
Shop administrators can get an overview of all incoming RFQs from where they are able to send an altered version of the RFQ as a quote back to the customer. The customer then receives an email notification after which they might accept or decline a quote. Once accepted an order is placed and normal checkout will be resumed.
Features
Customer overview pages. (pending RFQs and accepted and declined quotes)
Admin overview page. (incoming RFQs, drafts, sent and declined quotes)
Customers can accept or decline quotes.
Optional checkout pane where customers can choose to place an RFQ instead of an order.
Provides Drush commands to upgrade Content Profile content types into either fields on the core User entity or Profile2 profile types. All functionality is available via drush, there is nothing added to the website's admin UI.