Commerce Split Checkout

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a framework for "splitting" the checkout into a new order. You can provide an option to the user to "Save cart for later" and proceed with a new order that has a checkout process flagged with a query string ("/checkout/[ORDER]/page?cmode=process_name").

I wouldn't recommend getting into this unless you're ready to read through code comments and are familiar with Drupal hooks.

Custom 403 Per Path

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

The Custom 403 Per Path module allows to set custom messages on the 403 Access Denied page according to the path.

For example, you can set path: '/node/add' and message: 'You need to be logged in!' in the settings (/admin/settings/custom_403_per_path). When a visitor goes to '/node/add' and gets Access Denied, the message 'You need to be logged in!' will be set with drupal_set_message() type 'warning'.

Autosuggest

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project was created for a contest by The Module Off. It offers suggestions for entity reference autocomplete fields based on previous values of the field.

Views Row Selector

Component type

module

Maintenance status

Development status

Downloads

1319

Component created

Component changed

Provide views with new field that let's you add checkboxes for selecting each row
Useful when you want to use views as form for selecting data, specially in multipage forms, or when you want to have more control on what happens after the user selected the rows and don't want to setup VBO just for the checkboxes

There is also a hidden text field that stores the selected rows' nids

TODO : In the next releases , the selected rows will be preserved between pages