Commerce Cart Ajax

Component type

module

Maintenance status

Development status

Downloads

22034

Component created

Component changed

Features

  1. The “remove” button on cart view removes the item from the cart immediately, without a page refresh. The row is removed from the table.
  2. The “Qty” is updated when the "update" button is clicked. The totals are recalculated.

SMTP Authentication for Users

Component type

module

Maintenance status

Development status

Downloads

482

Component created

Component changed

The SMTP User Authentication module is designed to allow authenticated users to send outgoing mail using their own authentication credentials. As a fall-back, a server-wide configuration is also available for anonymous users or those users who have not configured their own credentials.

Feeds Role ID Map

Component type

module

Maintenance status

Development status

Downloads

9263

Component created

Component changed

This is a helper module for Feeds to allow it Map incoming values to Role IDs. This is useful with Feeds Tamper where you can intercept an incoming value such as "student" and convert the value to a role id in the system (like 4 or whatever it is). This provides two value maps, one for role id (user global) as well as one for group id. This way you can attach a feed to a content type and on import push the role specifically to the group role id for use with OG User Roles.

Spaces Theme

Component type

module

Maintenance status

Development status

Downloads

2643

Component created

Component changed

This module is a complement to Spaces / Spaces OG / OG. It creates a /theme path for use within organic groups. This leverages the og_theme property as well as Strongarm to allow for system settings to be different per theme. An example of what this enables:

Group 1 uses Garland for their group theme and wants to render primary links.

Group 2 users a community theme that doesn't utilize primary links in a way that makes sense (given site context).

Ubercart VAT with Taxonomy

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows Ubercart vat rates to be assigned to taxonomy terms.

After installing this module, you will be able to select taxonomy terms from the tax rate edit screen to apply product tax to.

Important:
Before the installation of this module, please uninstall the VAT module completely from database too! Please note that line item tax will show up separately on the order. So you may want to create separate tax rates to provide appropriate titles (e.g. Shipping tax, Discount tax adjustment etc).

Random IDs

Component type

module

Maintenance status

Development status

Downloads

473

Component created

Component changed

Random IDs generates a random id for nodes (@TODO: users as well) so that the real number is hidden, and left unknown.
This is useful for websites who wish to hide the real number of nodes/users (so no one knows they it's been only two days since they're online...)

-- New additions now developed by co-maintainer @vaibhavjain
-- Original author: @royiby http://drupal.org/user/717016

Profiler Builder

Component type

module

Maintenance status

Development status

Downloads

176147

Component created

Component changed

Profiler Builder is a module for automating the creation of installation profiles and distributions. It has support for the Profiler installation profile simplifier library but is able to run independent of it (1.0-RC4+). This module creates a downloadable tar package that gives you a well made installation profile and associated drush make file based on the site its installed on.

Data Visualization API

Component type

module

Maintenance status

Development status

Downloads

2646

Component created

Component changed

The data visualization api is a module that allows site builders to create, import & store data visualizations as entities and their data as standardized JSON. A user can then choose which installed data visualization library to use when rendering each data visualization entity.

All data is stored in a standardized format called Vizstruct. The spec for this specified JSON can be found here.