This module allows your website to subscribe people to google groups via:
- Drupal's user registration system
- Custom subscription blocks (one per list)
- Call from your own custom module
Features:
Option to put a checkbox to subscribe on the account registration form.
Set the default (checked / unchecked) of registration subscription checkbox.
Ability to force user subscription during registration by hiding the checkbox.
Can manage multiple Google Groups.
Links to Group pages on user account pages.
Cleaned up block HTML.
3.0 branch (Drupal 7 only)
The module works by implementing the Google Apps Provisioning API. You will need to have a paid (or educational) google apps account to use this version of the module.
Please visit the Google OAuth documentation for how to register your Drupal site as an authorized web application for your google Apps account.
The Ubercart EDI module provides some simple EDI order import and export functionality for Ubercart orders. This is useful for stores working with fulfillment houses where orders are passed back and forth in some predetermined format.
Payment module for Ubercart. Integrates Ogone PSP gateway as a checkout method for Ubercart.
Features:
Choose Payment Method during checkout OR at Ogone
Secure payment status verification (SHA-1 encryption)
All settings adjustable in admin form
Automatic language detection
Use own template or set templating parameters
Test and production urls
Drupal 6
6.x-1.x branch
Old release, several patches are needed to use it currently. Besides, this branch doesn't have all features mentioned above. This branch is not maintained anymore.
6.x-2.x branch
Current branch which is still maintained.
Drupal 7
When the 6.x-2.x branch is released we can start working on the D7 port and releasing the 7.x-1.x branch soon.
The Drupal 7 version is in progress, its based on the 2.x branch
Todo:
Further reviewing/testing the 6.x-2.x branch
Cleaning up/formatting code, adding code comments
Automatic currency detection (not working, it's an admin setting right now)
Finish porting the 6.x-2.x branch for D7 & Ubercart 3
Please read the included "readme.txt" carefully before posting issues and question, thank you.