ABN (Australian Business Number) Field

Component type

module

Maintenance status

Development status

Downloads

1409

Component created

Component changed

ABN adds a new field type that stores and validates Australian Business Numbers.

This field also (optionally) pulls data from the Australian Business Register for publicly available information on entered ABNs. Syncing is done on cron runs using the Drupal core queue API to keep existing information fresh and the frequency of periodic polls can be configured to help manage server load for sites with large amounts of ABN data.

Commerce Product Add-on

Component type

module

Maintenance status

Development status

Downloads

8094

Component created

Component changed

Commerce Product Add-On allows users to attach products as options to the add to cart form of another product. This is particularly useful for things like event sponsorship, optional accessories, and other up-sells.

It works by adding settings to the entityreference field if the field is attached to a product type, then modifying the Add to Cart form. It also adds a new view mode for product entities, so you can change how a product is displayed when it is functioning as an "add-on."

Commerce Single Page Checkout

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a single-page checkout experience so users can view a product, enter credit card and billing info, and pay all on the same page. In other words, it provides a one-click, one-step checkout process.

Commerce Payu India

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Payu India is a leading Payment Gateway provider in India. (http://www.payu.in). This project integrates Payu India into the Drupal Commerce payment and checkout systems. It currently supports off-site payment. This project is to build a module that provide payment method for Commerce. (http://drupal.org/project/commerce). It supports Credit Card, Debit Card, Net Banking, Cash Card, EMI and Cash on Delivery that makes it a versatile Payment Gateway.

Commerce Receipt

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a new Drupal Commerce payment method called "bank receipt". It generates and shows to customers filled receipt that can be saved and printed.

The module uses simple HTML templates and provides own tokens, so you can edit/build your own receipt quickly

By default the module supports ukrainian and russian standart bank receipts.

**Russian**

Commerce Manual Line Item

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

In Ubercart, users could modify all aspects of line items including the product title (i.e. the line item label). In commerce, this ability was removed and the title for product line items is always equal to the referenced product's title.

This module adds a new line item type that allows for manual entry of all line item properties, namely the SKU, title and unit price. It does not associate itself with products and manually entered line items are not re-usable (for now).