Drupal Commerce Demo Site

UPDATE: Since DrupalCon San Francisco, we've built a more up to date demo available at http://bit.ly/dc-demo-cg.

I presented the current work of Drupal Commerce at DrupalCon San Francisco. The session had a few slides of minor consequence but was mostly a technical demonstration / walkthrough of what has been implemented and how it was done.

View the demo site: http://bit.ly/dc-demo-cg

Watch the video: http://bit.ly/9vF4fO

I've updated the front page here with some of the text from the demo site, but it also includes the following bullet points about what's implemented so far:

  • Commerce entities: products, orders, and line items
  • Commerce fields: product reference, line item reference, price, postal address
  • Views integration: full entity coverage, default administrative UI, cart line item Views
  • Product functionality: product types with custom "Attribute" fields, product creation and management
  • Line item functionality: module defined line item types, #ajax enabled line item manager as a field widget
  • Order functionality: order creation and management, module defined order states and statuses
  • Cart functionality: add to cart form (via product reference field formatters), shopping cart orders, shopping cart block, drag-and-drop multi-page checkout form builder

Check it out and lemme know what you think!

Currently, I'm creating an installation profile based on that site and updating the code to run on Drupal 7.x-alpha3. Then before the CMS Expo next week I'll have the front end of checkout working with Damien's Postal Address module integrated.

Comments

Thanks!

Will keep looking at this.

Added item to cart..is there any way to go to the cart checkout screen? Without a user account?

Thanks.

Nope, because I changed the

Nope, because I changed the data type for portions of the checkout form from associative arrays to objects. Need to now update the front end of the checkout form to take that into consideration. Check back tomorrow, as it's at the top of the to-do list. :)

demo seems to be broken ;(

hi there - i just wanted to get into the demo / create an account - unfortunately the site gives me an error on registring for a new account ..

Call to a member function language() on a non-object in /srv/dc_demo/www/sites/all/modules/entity/entity_metadata/entity_metadata.tokens.inc on line 68

SteffenR

I think this was a known

I think this was a known issue regarding Entity and user account creation. Funny thing is you should actually have an account created for you despite the error.

However, the more recent demo is at: http://demo.commerceguys.com/dc/

I'll update the original post to have the new link. I don't believe there are any user account creation problems any more.

Thx for the new link - it's

Thx for the new link - it's working now..

Drupal Commerce

how to export goods?