User: vauxia Branch: HEAD Date: Wed, 06 Dec 2006 19:52:21 +0000 Added files: /modules/order address.inc order.css order.inc order.install order.module Log message: An alternative e-commerce system. Orders are saved as nodes so that they can more easiliy be integrated into Views and use other Drupal features. Order is a self-contained module that provides cart and order functionality. Additional modules can adjust prices and item contents through order_cart_alter() hooks. After rules are processed, the cart is saved as a node. Payment processing will ship separately from this module, and will operate independently (e.g. a donation system that doesn't need full-blown cart functionality). There's more to come, and this is pretty rudimentary. Input is welcome, but don't try running this on a production system yet! Links: http://cvs.drupal.org/diff.php?path=contributions/modules/order/address.inc&... http://cvs.drupal.org/diff.php?path=contributions/modules/order/order.css&ol... http://cvs.drupal.org/diff.php?path=contributions/modules/order/order.inc&ol... http://cvs.drupal.org/diff.php?path=contributions/modules/order/order.instal... http://cvs.drupal.org/diff.php?path=contributions/modules/order/order.module...