Commerce File

Component type

module

Maintenance status

Development status

Downloads

31582

Component created

Component changed

Extends Commerce License with the ability to sell access to files.

The user buys a product and gets access to all files attached to that product's commerce_file field.
Adding new files to the commerce_file field (a new software version, for instance) makes them immediately available to all users who have an active license.

Sponsored by Commerce Guys

Features

  • The "License completion message" checkout pane allows the customer to download the newly licensed files even if he is not logged in.
  • Licensed files can be downloaded or streamed from the user's Files tab.
  • File licenses can be time limited, and are automatically expired (by cron) once that time passes.
  • The number of downloads / streams can be limited. Once the limit is reached, the file is listed, but can't be accessed.
  • Integrates with Amazon S3, allowing licensed files to be retrieved directly from Amazon, using a secret and temporary URL.

See the documentation page for information on getting started and a comparison with the legacy commerce_file 1.x branch.

Important: There is no upgrade path from 1.x to 2.x. See #2049593: Upgrade path from 1.x to 2.x.

Finnish Web Payments Payment Method

Component type

module

Categories

Maintenance status

Development status

Downloads

208

Component created

Component changed

This payment module, which is an Ubercart payment module, implements Finnish Web Payments (Suomen verkkomaksut) gateway as the on-line payment method. The module uses an extended E1 interface version.

Finnish Web Payments gateway service provides all major on-line payment methods centrally with one contract. Centralized payment transactions operate similarly to other payment methods with transactions tracing, analyzing, reporting and accounting services. The contract can be customized and integrated with the customers’ own contracts.

Copernica Connector

Component type

module

Maintenance status

Development status

Downloads

754

Component created

Component changed

This module provides integration into Copernica, an award winning marketing platform trusted by over 1000 brands. It deploys personalised campaigns which are triggered when site visitors complete actions or fall into criteria you set. These campaigns can be delivered across multiple channels (email, mobile SMS, fax, PDF) and may exists as a series of messages delivered over time.

Tasks and Billings

Component type

module

Maintenance status

Development status

Component created

Component changed

Tasks and Billings will enable organizations to integrate time-tracking and project management tools like Toggl (for example, via the Toggl API) and billing tools like FreshBooks (for example, via the FreshBooks API) into robust, Drupal-based customer billing portal sites.

Some use cases that are envisioned:

Ubercart stockfoto

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is a project for my own drupal 7 driven stockphoto website. It will allow
stockphoto sellers to use a special field in drupal 7 that will automaticaly resize the
photo's to specified sizes (images styles). When the images are resized it will connect
the images as downloadable files to the product.

Please note: This module is not finished yet in fact at the time of writing this no single
line of code has been written. This is why i want to ask some developers from the community
to help me out with this project.

Commerce Price Table

Component type

module

Categories

Maintenance status

Development status

Downloads

11919

Component created

Component changed

This is a contributed module for Drupal Commerce that allows you to use a secondary price field to supply an alternate price for a product based on the quantity of that product on the line item. It also provides a field formatter to display the price/quantity values as a table.

Ubercart Shortcodes

Component type

module

Maintenance status

Development status

Downloads

329

Component created

Component changed

This add-on to the shortcode module provides provides additional shortcodes for use with Ubercart.

Usage

Places the sell price of the specified product into the page:

[sellprice nid=X (class="additional class") /]
[sellprice sku="X" (class="additional class") /]

Places the list price of the specified product into the page:

Commerce Offer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a store entity, a store reference field, and an offer entity.
Offers provide a way for each store to have different prices for a product. One store can have multiple offers (prices) for the same product.
The original price field on the product is hidden.
A rule is provided that replaces the product price with the lowest offer price from the selected store.
Right now the only way to set a current store is by calling commerce_offer_set_current_store(), which drastically reduces the module's usefulness.