Commerce Quotes

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

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.
  • A number of example rules.

Course planner

Component type

module

Maintenance status

Development status

Downloads

5098

Component created

Component changed

This module provides some tools for planning courses in a school context. As a bonus, it also provides a library for sharing learning resources.

Watch a quite long video showing the features available in the 1.0 release
Try out a demonstration at simplytest.me
Check out Course planner being used on kursplanering.se (in Swedish)

ReferenceIt

Component type

module

Maintenance status

Development status

Component created

Component changed

Reference entities, files and extend with whatever you need for your project.

Reference content easier than before

With a better autocomplete and some better UX this module helps users find and link content together. But also opens for the possibility to inline editing and creation. But not like the Inline entity form, instead by using a ctools dialog.

In short this module tries to combine with great design and interaction design:

  • Reference Dialog
  • LinkIt

See sketches for inspiration!

Will work with:

Registration Restriction

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows a site admin to restrict user registration based on whitelisting or blacklisting particular email domains.

An example use case is a school or organization that wants to restrict account creation to emails from their own domain.

A large portion of this code was adapted from this thread http://drupal.org/node/1405368#comment-5482220. This module adds an administrative config page through the UI and allows admins to choose between a whitelist or a blacklist.

Domain menus

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

There's also domain_menu_block which doesn't need a Menu Block patch, but it creates new blocks with new config and too many new menus.

===

Allows you to configure menus per domain and creates those automatically.

Requires a Menu Block patch! Add

drupal_alter('menu_block_view_config', $config, $delta);

to menu_block_block_view() after the first line.