Quoting without Commerce

Component type

module

Maintenance status

Development status

Component created

Component changed

We had a requirement for the ability to add products to a shopping cart for quotes without the commerce overhead and started building out this module.
This module creates a cookie for the visitor and applies an add to cart form for each node of a specific type, in this case a "product". A table is created where the item nids can be saved, the quantity and visitors cookie.

Global Redirect Rewritemap

Component type

module

Maintenance status

Development status

Component created

Component changed

This module generates a RewriteMap file which can be used to redirect requests for internal URLs to the corresponding alias. This allows the redirect to occur on the Apache level instead of requiring Drupal to bootstrap in order to handle the redirect thus removing significant load from the webserver to handle the redirects.