Ubercart / Salesforce Integration

Component type

module

Maintenance status

Development status

Downloads

1816

Component created

Component changed

This module makes it possible to export Ubercart customer and order data to the Salesforce.com CRM (using the Salesforce API module).

Note that this module is no longer supported now that Drupal 6 has reached end of life, except for on a few sites where the developer installed it.

It includes support for:

  • Exporting Ubercart Orders to Salesforce
  • Exporting Ubercart Order Products to Salesforce
  • Creating OpportunityContactRole objects and exporting them to Salesforce (they link Opportunities (orders) to Contacts)
  • Experimental: Exporting Ubercart purchaser information separately as Contact
  • Experimental: Exporting Ubercart purchaser information as Account
  • Experimental: Integration with Extra Fields, Ubercart Discount Coupons, and Attributes
  • In dev only: Ability to export values from product-specific fields on an Ubercart product node

Form Alter UI

Component type

module

Maintenance status

Development status

Downloads

1273

Component created

Component changed

New module that provides a UI for altering forms. This module will also support export/import operations and generating module code for a static hook_form_alter module.

Table

Component type

module

Maintenance status

Development status

Downloads

674

Component created

Component changed

NOTE: This module doesn't do anything of its own. Only install this module if another module requires it.

Table module allows you to create tables directly from the Forms API without having to write a custom theme function, like this:

Key Redirect

Component type

module

Maintenance status

Development status

Downloads

684

Component created

Component changed

The Key Redirect module is a plugin for the Services module, which provides a method for external applications to automatically redirect users to a URL on your Drupal site, and log them in at the same time.

The use case for which this module was written was a Java application which shares authentication sources with a Drupal site (and therefore knows the user's username and plaintext password), which needed a method of sending users to a private web page without requiring the user to re-authenticate to the site. Think of it as a poor-man's single-sign-on solution.

Dynamic CSS

Component type

module

Categories

Maintenance status

Development status

Downloads

1096

Component created

Component changed

Enables a themer to generate a CSS file while using PHP.

This module will go through all CSS files and replaces any file ending in '.php'
with a generated static CSS file that is uniquely identified by its last change
date and the dcss_vars() values. This allows the dynamic CSS file to be
aggregated as normal.

Default submit

Component type

module

Categories

Maintenance status

Development status

Downloads

1065

Component created

Component changed

Simple form API helper that provide the ability to specify the default submit button to use when the final user press the enter key in his browser.

This is useful when building or using forms with multiple submit buttons.

Note at May 14th, 2011: This module is almost near useless, therefore it goes to abandonned. If anyone wants to maintain it, please ask me.