Commerce Invoice Print

Component type

module

Maintenance status

Development status

Downloads

1978

Component created

Component changed

Purpose

This module fills a gap between Commerce Invoice and Print modules.
It allows developers to create in their theme a template file to be used for and only for Drupal Commerce order invoice print pages.

How-to

After configuring both Print and Commerce Invoice modules, copy the print.tpl.php template file from print module's folder to your custom theme's folder, and rename it following patterns (by ascending preference order):

Comment sort by created

Component type

module

Categories

Maintenance status

Development status

Downloads

2495

Component created

Component changed

This module really sorts by creation date!

Unlike similar module like Sort Comments or Comment goodness this module sorts the comments by the creation date ('created' timestamp to be precise)

Not only in flat, but also in threaded display!

Usage

Configurable per content type in the comment settings fieldset.
You can also set the order

Commerce GGe4

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Global Gateway E4 module

Module implements the First Data Global Gateway e4â„  Web Service API
Uses JSON and drupal_http_request

Current state:
Completes authorize+capture transactions in a test account, maybe also in a real account.

NOT YET IMPLEMENTED:
pre-authorize for later capture
HMAC Hash for API v12 (

SHOULD BE CHANGED/REMOVED/TESTED: “Test transactions in a live account” (I’m not sure if this is even a possibility with Global Gateway e4)

Feature Flags

Component type

module

Maintenance status

Development status

Downloads

838

Component created

Component changed

What is Feature Flags?

Feature flags provide the ability to restrict features to certain environments, while still using the same code base on all servers. This module supports restricting access via user roles, user names, and population percentages. This allows standard site administrators to slowly roll out new features to their users, as well as disable slow or underperforming features.

Simple TOC

Component type

module

Maintenance status

Development status

Downloads

919

Component created

Component changed

Simple TOC creates a Table of Contents generated from node long-text fields. The TOC is generated 'on the fly' via DOM manipulation, without input from content-author(s) or viewers. Simple TOC has many display options, such as in a block, or attaching directly to the field content.

Lazy Pane

Component type

module

Maintenance status

Development status

Downloads

10178

Component created

Component changed

Lazy Pane is a ctools "cache" plugin that prevents a pane from rendering prematurely, loading it instead from the client side, on demand, via AJAX.

Highlights:

Ubercart Credit/Debit Card Fee

Component type

module

Maintenance status

Development status

Downloads

1076

Component created

Component changed

Add custom fee (as currency or %) when client is paying with credit or debit card.

About

Add flexible fees for credit cards. Basically it's working with fee title and
amount in currency (e.g.: £3.99) or percentage (e.g.: 2.5%). Currency is following UC Currency format settings ([DRUPAL-SITE]/admin/store/settings/store/edit/format).

This module if for merchants who want to add extra fee on checkout page. They are displayed as radio buttons inside [credit] pane.

The Bug Genie for Drupal

Component type

module

Maintenance status

Development status

Downloads

306

Component created

Component changed

The Bug Genie connector module, with TBG JSON API.

Plans:

  • API module (low-level functions)
  • Assigned issue list in Drupal user page
  • Remote, fieldable entities: attach additional data for TBG issues, projects
  • Views support
  • etc…

Primary versions: Drupal 7.x and TBG 3.x

A lot of work to do, but I try to move around.

Enkoder for Drupal

Component type

module

Maintenance status

Development status

Downloads

1114

Component created

Component changed

Want to guard against spam? Want to make sure sensitive information isn't easily nabbed by an automated script?

Use Enkoder for Drupal! This uses the logic behind Hivelogic's Enkoder to encode any field or arbitrary text in a recursively self-evaluating block of javascript, foiling all but the hardiest of spambots.

You can use this to harden any text-based field and this module also exposes a general-purpose php function (sclib_enkoder) for your own custom uses.

Webform Multiple (WFM)

Component type

module

Categories

Maintenance status

Development status

Downloads

4548

Component created

Component changed

Webform Multiple (WFM) is a Drupal 7 module allowing Webform components to have more than one value.

The user completing the form can add instances of the component with an 'Add another item' button.

The module requires Webform version 7.x-4.x.