+ All Categories
Home > Technology > Drupal E Commerce

Drupal E Commerce

Date post: 05-Dec-2014
Category:
Upload: ryan-cross
View: 2,261 times
Download: 3 times
Share this document with a friend
Description:
Ecommerce 4
13
e-Commerce Drupal Camp Sydney - 18 Oct 2008
Transcript
Page 1: Drupal E Commerce

e-CommerceDrupal Camp Sydney - 18 Oct 2008

Page 2: Drupal E Commerce

Who am I

A long time member of the Drupal community. About 7 yrs

Full time Drupal consultant

Lead maintainer of the e-Commerce system

Page 3: Drupal E Commerce
Page 4: Drupal E Commerce

e-Commerce v4.xDrupal 6 only

Page 5: Drupal E Commerce

Less is more!

Page 6: Drupal E Commerce

The new e-Commerce

Smaller foot print, in both modules and memory required.

Standardized naming conventions.

Core will only have the following modules:- ec_common, ec_customer, ec_anon, ec_address, ec_product, ec_available, ec_cart, ec_buynow, ec_checkout, ec_charge, ec_store, ec_receipt, ec_paypal

Page 7: Drupal E Commerce

Schema API Integration

All tables are updated with drupal_write_record()

Most places will user SELECT * FROM... to load rows

Entire record stored so it can be reused.

Tables can be easily extended with no changes to the core system.

Less Code!

Page 8: Drupal E Commerce

Use of Drupal 6.x Themeing

Use of templates where possible.

Make more localized by using template name conventions to have different templates for different areas.

Much easier for shop owners to brand their shop.

Page 9: Drupal E Commerce

Actions and Rules integration

Transaction workflows are 100% customizable.

Allows e-Commerce to have more workflow statuses.

Time base events can help keep system workload cleaners

NO MORE ec mail!

Page 10: Drupal E Commerce

Views integration

Using views on all reports

Allows shop owners to changes reports to meet their needs

Adding new reports are easy and will require no changes

No developer required!

Major time saving.

Page 11: Drupal E Commerce

Use of “Views Bulk Operations”

Views can be build to execute actions on transactions.

http://drupal.org/project/views_bulk_operations

Page 12: Drupal E Commerce

Significant Dates

6.x-4.0-Beta1 - 31 Oct 2008

6.x-4.0-Beta2

6.x-4.0-Beta3

6.x-4.0-RC1 - ~1 Jan 2009

6.x-4.0 - 1 Feb 2009

Page 13: Drupal E Commerce

Questions


Recommended