Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Ubercart / Salesforce Integration

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

Amazon S3 Stream Wrapper

amazon S3 api

Similar work has been completed with Media : Amazon
http://drupal.org/project/media_amazon

Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.

Amazon S3 has a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits to developers.

Amazon S3 PHP class

This class is a standalone Amazon S3 REST implementation for PHP 5.2.x (using CURL), that supports large file uploads and doesn't require PEAR.
Checkout the latest

S3 Api guide

<?php
/**
* @param object $file
* example :
* $file = new stdClass();
* $file->uid = $user->uid;
* $file->filename = $filename;
* $file->filepath = $filepath;
* $file->filemime = file_get_mimetype($filename);
* $file->filesize = filesize($filepath)
* $file->timestamp = time();
*
*/

/**
* sends file to s3
* @param array $file standard file object
* @returns string completed file string
*
*/
s3_api_put_file($file);

/**

Growl Messages

Growl-like display of messages for Drupal.

Field Scheduler

(This idea never reached maturity. Please contact me if you need the project namespace.)

iframe page

A custom node type for creating a page where the main content is an iframe.

This can be used to let external pages be content objects inside Drupal.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported