This project is under active development.

Chargify API

Chargify logo

This module integrates with the API of Chargify's recurring billing system. This module is an API wrapper for this library only, and doesn't actually "do" anything unless you implement the API in your own module. It's built according to the Chargify API version 1.

Installation

  1. Install the module as usual into your Drupal site.
  2. Install the library through Composer. Either install the Composer module or follow the instructions on the Composer homepage.
  3. Enter the Domain and API key for your Chargify account on the configuration page (/admin/config/services/chargify).
  4. Make sure you set the proper permissions ("access chargify").

Usage

The general concept is to first get a controller for the resource (product, customer, etc.) that
you want to interact with and then use the functions available.

For example to get a listing of all products in the system:

$pc = chargify_api_controller('product');
$products = $pc->getAll();

Sending data to Chargify is easy as well.

$data = array(

Auto Menu Title

auto menu title screenshot

This is a small module that enables the automatic population of the menu title field following changes made to the node title in an add or edit form. It is designed to save time with data entry.

ST Conch

ST Conch

Conch is a beautiful Drupal theme developed in vintage style which will become an excellent basis for any Drupal-powered website. The theme maintains three column layout and is very easy to use. It is customizable allowing you to choose between different menu styles and color schemes.

The theme is developed by SymphonyThemes.

Organic groups defaults

Set defaults for Organic group 'group' nodes. This is useful when your site has more than one group type.

Currently supports the following 'per-group-type' settings:

Ubercart Node Panes

Administration Area

Ever wanted to display a specific message or legal agreement in your Ubercart checkout when a customer is purchasing a specific product? This module is the answer.

cctags

module cctags - as an alternative to module tagadelic.

Pages

Subscribe with RSS Subscribe to RSS - Under active development