The current maintainers are looking for new people to take ownership.

Transcoding API

Transcoding module seeks to provide a vendor-agnostic API on top of which other modules may expose transcoding services or software.

Commerce Single Page Checkout

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.

Products can be referenced to any node type. If a node has a product reference to it, then the single page checkout form is attached to the node. If a node has 2 or more products referenced to it, it will automatically add/remove products to the cart via AJAX whenever you switch between products. It also adds a rule condition to remove the "Add to Cart" message displayed on a node when a product is added to the cart.

Note that you need to patch commerce_authnet so that multiple billing panes are supported, otherwise it will not submit data from the address pane.

Steps to install:

  1. Install and enable module, see here for details
  2. Patch the commerce_authnet module, see here for details.
  3. Navigate to admin/commerce/products/add and add a product. Alternatively create a new product type.

VCard Field

Vcard Field is a self contained field that supplies most of the fields you need to make a VCard for contacts. Supported entities are Users and Nodes, I have not tested it for other types.

Commerce Pricing Attributes

This module provides some enhancements to the Commerce Product Option and Commerce Product Attributes handling by applying pricing rules to custom product attributes. So, you can add attributes to products that affect the final product price.

Functionality

This module adds a new tab in the option sets administration page allowing you to choose a default pricing operation for each of your attributes.

It also adds a new field type and a new widget to your product fields in order to take advantage of the module’s enhancements.

Features

  • Dynamic price calculation based on selected operators.
  • Cart combination based on product attributes.
  • Support for multi currency.
  • Multilingual attributes.
  • Different attributes and settings per product.
  • Price adjustments either per item or per order.
  • Rules integration.
  • Easy UI for editing and reordering attributes.

Commons Aloha

This sandbox contains code from the Commons WYSIWYG project which

WP Migrate

This module is built on the Migrate Module Framework for migrating wordpress content into Drupal 6 as WordPress Migrate is only for 7.x.
Through this module one can import wordpress posts, pages, comments, tags, categories, users .

Documentation for developers :
Follow README.txt for performing migration using wp migrate.

Dependencies :
Migrate - http://drupal.org/project/migrate (Contrib Module) must be enabled.

Related Projects :
These other modules can also be used to import Wordpress content into Drupal :

Advantage over other modules :

It reads the provided database and accordingly creates required csv files, xml folders having seperate xmls for each node and comment whereas other modules require one big WordPress eXtended RSS (WXR) file which eventually makes the system slow.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer