Ubercart Add to Cart CCK Field

Component type

module

Downloads

2035

Component created

Component changed

There are times when a store wants to give customers the opportunity to buy its products in more places than the catalog listings. This CCK field adds an existing product's "Add to Cart" form to any node

Note: I have no plans of making this the de facto method of displaying Add to Cart forms on product nodes. Products ought to be able to do this without any help anyway, so don't add this field to product nodes.

UC Userpoints Discount

Component type

module

Categories

Maintenance status

Development status

Downloads

1622

Component created

Component changed

The Ubercart Userpoints Discount module makes it possible for customers to add items to their shopping carts that are discounted based on the number of userpoints they have. Discounts are enabled for individual products on their node edit forms, causing a second submit button to be added to the product's add to cart form that adds the product to the shopping cart with the discount. The value of userpoints are specified as a conversion rate against the dollar (or your store's currency) in an administration form.

This module should not be confused with a full Userpoints integration. This module requires Ubercart to run!

Payment API

Component type

module

Categories

Maintenance status

Component created

Component changed

The Payment API is a simple framework for multiple payment methods (invoice, Beanstream, etc.) and payment types (purchase of a node publication, etc.).

The aim is something in between, on the one hand, the full-scale ecommerce solutions of the Ecommerce and Ubercart projects and, on the other hand, fixed solutions like Paypal-specific modules.

The module set is at a very early stage.

Modules supporting the Payment API include:

UC Purchase Order

Component type

module

Categories

Maintenance status

Development status

Downloads

7695

Component created

Component changed

The purchase order module adds an extra payment method for Ubercart that allows customers on your site to check out using a PO number. You can restrict access to which users are allowed to checkout by purchase order with an access control permission called pay by purchase order. PO numbers are viewable at checkout and on all the order screens, and they are editable by administrators from the order edit screen.

uc_webmoney - Webmoney payment gateway for Ubercart

Component type

module

Downloads

4022

Component created

Component changed

This module provides Webmoney payment gateway through merchant.webmoney.ru website, when using Drupal Ubercart.

Drupal 5
5.x.-1.1
It was developed and tested for Ubercart 5.x-1.0-rc4.

Important! PHP have to support PEAR with extensions:
XML-Util
XML-Serializer
XML-Parser

5.x.-1.2-beta1
The XML_Unserializer object was replaced by XMLReader, which includes in PHP 5.x, so PEAR extensions are not needed anymore.

Please test this release!

Ubercart EDI

Component type

module

Maintenance status

Development status

Downloads

4449

Component created

Component changed

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.

Features

5.x-1.x

Import

  • Import orders (update only).
  • Recieve import files via FTP upload.
  • Specify multiple import (update) rules.
  • Archive files after import (auto).

Export

  • Export orders.
  • Export at a specified interval or manually.
  • Specify order and product patterns.
  • Deliver export files via e-mail (auto), HTTP download (manual) and/or FTP download (manual).
  • Archive files (manual) after successful import with fulfillment houses.

6.x-1.0

Includes all features from the 5.x branch plus the following additional features.

Export

  • Export orders on checkout completion.