Commerce Examples

Component type

module

Categories

Maintenance status

Development status

Downloads

11004

Component created

Component changed

This project aims to provide simple, educational examples of the programming APIs used in Drupal Commerce.

Right now there are examples of:

  • Adding additional checkout panes
  • Adding additional checkout pages
  • Adding a custom line item
  • Adding order states and statuses
  • Programmatically inserting products
  • Programmatically adding to the cart
  • Creating orders

On the agenda:

VT Commerce Product Reference Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

PART OF VTCART Commerce Distribution

Better Widget for commerce product reference field.

The new widget is a double table widget with one table for selecting the product reference and the other table is for keeping the selected product reference.

The widget has :
1. Ajax features
2. simple pagination
3. SKU / Title filtering
4. Button to open + add new product entity wrapper in ctools modal wizard form

Future Features :
1. search by title / sku
2. ability to view attached image field view
3. configuration gui

Ubercart Field attributes

Component type

module

Maintenance status

Development status

Downloads

6119

Component created

Component changed

This module links Ubercart's attribute system to Drupal core's fields API and allows to automatically create product attributes from fields and options from the multi-values.

There's an earlier project uc_attribute_cck that does something similar for Drupal 6, CCK and Ubercart.