Ubercart Order Complete

Component type

module

Maintenance status

Development status

Downloads

644

Component created

Component changed

This module provides the ability to perform actions when an order is marked 'completed'.

Out of the box, it provides two simple features:

1. It records the timestamp when an order's status is changed to 'completed'.
2. It provides two hooks allowing other modules to do stuff when an order's completion date is set/unset.

Completed timestamp

When an order's status is changed to 'completed', this module will store the current timestamp in the {uc_order_complete} table.

This timestamp is available on the $order object in $order->completed.

Devel Input Filter

Component type

module

Maintenance status

Development status

Downloads

815

Component created

Component changed

Aids in the development of input filters by providing a page that allows you to enter a bit of text and see both the rendered and unrendered HTML after filtering, without caching.

There's no need to install this module unless you're developing or debugging input filters or text formats.

PaySafecard Gateway

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides connectivity between your Drupal Website and the Paysafecard solution.

In PaySafecard you can exchange money for a prepaid card that can then be used to buy at your Drupal E-commerce Website. We provide you with a module that connects your Drupal to this solution.

If you need to use it or you wish to work in this module, please contact us. luis@kadabrait.com

We can work together!

multilevel

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a multi-level selectbox for WebFrom in Drupal

Version

0.0.1
(It is tested with Drupal 7.x)

How to use it

Place the folder inside the module folder of Drupal, and you will be able to use it as a component in WebForm

License

Copyright (C) 2012 Twitter

Geckoboard Push

Component type

module

Maintenance status

Development status

Downloads

1674

Component created

Component changed

This module is for developers who want to show custom statistics on a Geckoboard dashboard using the Geckoboard Push API. The Push API has two main benefits:

  1. It provides SSL so you can send your stats over an encrypted connection, which is safer
  2. It doesn't require you to expose a URL on your website, you send the data directly to Geckoboard

Features

  • Uses hooks to allow other modules to supply data for sending to Geckoboard
  • An administration page that allows you to configure your Geckoboard API key and Widget Keys
  • A drush command to send these statistics
  • A cron hook to send these statistics (which can be disabled)

This module also includes a working example that sends two random numbers to Geckoboard so you can see how to use it.