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.

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.

Directory based organisational layer

Component type

module

Maintenance status

Development status

Downloads

6968

Component created

Component changed

This module is unsupported due to a security issue the maintainer didn’t fix. See Directory based organisational layer - Critical - Unsupported - SA-CONTRIB-2017-096 for details.

If you want to use this module, your options are:

  • Choose another, actively maintained module instead
  • File an issue in the queue with a patch to fix the module and then contact the security team to have your version reviewed and the project handed over to you following the unsupported project process.
  • Hire someone to fix the security bug so the module can be re-published and supported (Consider hiring companies listed in the Marketplace)

This module adds a new organizational layer to drupal, making it easy for managing large numbers of files and nodes. It allows the creation of onthefly directory structures and upload of mutliple files at once. Jpeg files are displayed as slideshows, other files can be downloaded from a block.

The "Directory based access control (ACL)" module allows the definition of per directory access permissions, and the "Directory based field" module allows adding nodes to directories.

Please read the installation instructions below for any details.

jQuery tmpl

Component type

module

Maintenance status

Development status

Component created

Component changed

Adds the latest jQuery tmpl library to a page and allows a simple method of making templates available on a page.

Including jQuery tmpl on a page:
jquery_tmpl_include_library()

Adding a template to a page:
jquery_tmpl_add_template($name, $string, $is_file = true)

Having added a template to a page, templates are available to use like so: