Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module's aim is to provide quote functionality to Drupal Commerce. It offers two main quotation workflows, but with additional permissions this can be made very versatile.

Quote from store to customer

A Commerce Store (owner) can create a quote and send this to a customer by email. The receiving user can accept or reject the quote.

Quote request from user

Instead of adding products to a cart, users add products to a quote instead. During the checkout flow, the quote gets send to the store owner to review or change.

Other options

Shop for alternative products

When the user has the right permission, the user can choose to neither accept or reject the quote and browse the store for alternative products instead. Once the quote contents have changed, the quote needs an update from the store before the user can accept it.

Accept on behalf of user

There is a special 'Accept on behalf of user' permission to allow store owners to accept a quote on behalf of the user. e.g. when the customer replied by phone.

Price on request poducts

These products never show their price on the website and require a quote to be requested.

Project information