External iFrame opens external links in an iframe with a simple banner consisting of your logo and a button to close the banner and leave your site. This module treats all absolute links outside of your site's domain and sub-domains as external links.
firstname, lastname, mail address, desired username
In case 1 or if there is an mail address provided, the module first checks if it matches an existing user, and adds that user to the group.
In case 2-4, if there is no matching user, the user will be created (as long as the person submitting the form has permissions to do so). Newly created users will also have a content profile node created for them if enabled (has a settings page).
The usernames are created by trying these alternatives in order:
If one is provided, the suggested username
The first part of the email address (everything before the @)
If both firstname and lastname is provided, "F.L".
F is x number of letters from firstname, where x starts at 1 and goes up to the full length of firstname.
L is lastname.
If firstname is provided without lastname, firstname only.
If lastname is provided without firstname, lastname only.
Submodule of Drupal Commerce that implements a delivery entity.
Provides basic functionalities and admin pages to handle deliveries.
Each delivery need to be associated to an order. Each order can have zero, one or multiple deliveries.
A delivery is automatically created on order save if it contains at least one shippable item. Further deliveries can be manually added from the deliveries tab under the orders menu. On the same page each order line item can be moved from one delivery to the other.