Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
A tool that allows a Drupal site to maintain environments and code for a set of development/staging/production sites. Look here for a better description soon!
Taxonomy Edge optimizes tree functions for taxonomies. It provides a transitive closure table data model for easily managing hierarchical terms. It was created to avoid recursive functions when fetching all children, and to avoid the not-quite-so-scalable memory footprint of taxonomy_get_tree().
The provided patch contains overrides for the core module Taxonomy in regards to taxonomy_get_tree() and taxonomy_select_nodes().