Ajax Chain Select

Component type

module

Maintenance status

Development status

Downloads

1115

Component created

Component changed

Custom form field comprising chain of dependent select fields (i.e Hierarchical select dropdown) that can be plugged into Drupal forms pro-grammatically. This module is for developers only.

Some usage examples are:

  • Hierarchy based country state city drop-downs.
  • Hierarchy based select field for Education.

Features:

  1. Light Weight and Efficient
  2. Simple to Use
  3. Customizable as Per Need
  4. Scalable
  5. On Demand Required Validation
  6. Bundle Includes an Example Module

Search API Algolia

Component type

module

Categories

Maintenance status

Development status

Downloads

9706

Component created

Component changed

Synopsis

This module provides integration with the Algolia service, through Drupal's Search API. This module is intended to be used by developers, as it does not currently provide any implementation of an actual search interface. Only indexing is currently supported. As a result, enabling that module will not have any visible effect on your application. Search functionality may be implemented using the Algolia Javascript API.

Currently supported:

Commerce VIP Discount

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

In the action sports industry, brands encourage industry and retail shop employees to purchase their brand's product and create a brand loyalty by providing them with a special discount. This discount is often 50-70% off MSRP or a % off of wholesale prices (usually a price above landed cost). The traditional method was to use to fill out a physical paper form with the product and reduced price. As technology caught up to this archaic method, brands began doing this online. They would distribute "proform" registration codes via business cards or other media.

AddressField CR

Component type

module

Categories

Maintenance status

Development status

Downloads

650

Component created

Component changed

FOR DRUPAL 8 VERSION

DESCRIPTION

------------
The Costa Rican address system is quite unique, making it difficult to store Costa Rican addresses as fields in entity types by default. This module provides a simple set of fields that dynamically populate to simplify the process of entering addresses and storing them in the database. In an entity type with a Costa Rican address field added, enter an address in one of two ways:

Translate set

Component type

module

Categories

Maintenance status

Development status

Downloads

2373

Component created

Component changed

This module allows you to collect a set of strings and translate those on one page in the admin interface. This module was built to allow translators on a website and present them one interface only having to translate the necessary strings that are used on the front-end, mails, rules etc.

Features:

CTools Export code - diff

Component type

module

Categories

Maintenance status

Development status

Downloads

114

Component created

Component changed

What this does:

This module provides an overview of all of your CTools objects (much like CTools' bulk_export module) and provides the ability to generate a 'diff' view to compare their in-code (default) and in-database (overridden) versions.

It lists all the objects at an overview screen at /admin/structure/ctex_diff and also inserts 'diff' links into most dedicated edit screens (for views, rules, panels, etc etc).

(It also provides a tiny bit more, but you likely don't need that.)

csv2sql

Component type

module

Categories

Maintenance status

Development status

Downloads

33333

Component created

Component changed

Development is done on GitHub

Convert CSV to SQL and create a table in your Drupal installation

CSV are a great way to give a client to enter their data that will be migrated to the site. However, for the migration itself, SQL would be quicker.

Convert a single file.

Execute the command: drush csv2sql /PATH/TO/file.csv