SlideShare a Scribd company logo
2014-05-26 WWW.GENERO.FI
DRUPALCOMMERCE
DrupalCamp Helsinki 2014
Christoffer Björkskog, Genero
2014-05-26 WWW.GENERO.FI
2014-05-26 WWW.GENERO.FI
genero.fi/jobs
2014-05-26 WWW.GENERO.FI
DrupalCommerce
What is it?
How does it Work?
The strengths of Drupal
Commerce
How can you extend Drupal
Commerce
2014-05-26 WWW.GENERO.FI
Whatitis?
Drupal Commerce is an
extendable and flexible e-
commerce platform made
specifically for Drupal.
https://drupal.org/project/commerce
2014-05-26 WWW.GENERO.FI
Whatitis?
Drupal Commerce uses all
the Drupal goodies such as
Entites, Rules, Viewsetc …
… Which makes it very
powerful …
2014-05-26 WWW.GENERO.FI
Whatitis?
You can make Drupal
Commerce suit your custom
needs. You can check out
how people have used
Commerce.
http://commerceguys.com/showcase
2014-05-26 WWW.GENERO.FI
CommerceKickstart
With Drupal Commerce
Kickstart you can have a
basic webshop up and
running in a short time.
https://drupal.org/project/commerce_kickstart

http://demo.commerceguys.com/ck/
http://commerceguys.com/kickstart
2014-05-26 WWW.GENERO.FI
AboutKickstart
Commerce Kickstart also
provides a great
opportunity to learn Search
API & Facets and to see how
to build a commerce site. 



2014-05-26 WWW.GENERO.FI
HowdoesDrupalCommercework?
The building blocks of
Drupal commerce are
different kinds of Entities.
So they easily plug in to the
rest of Drupal.
Enabling different fields,
view modes, etc …
2014-05-26 WWW.GENERO.FI
Howdoesitwork?
Basic building blocks are:
2014-05-26 WWW.GENERO.FI
Howdoesitwork?
Basic building blocks are:
ProductDisplay
Basically a node!
2014-05-26 WWW.GENERO.FI
Howdoesitwork?
Basic building blocks are:
ProductDisplay
Product(variation)
One or several
product references are
referenced from a product display
2014-05-26 WWW.GENERO.FI
Howdoesitwork?
Basic building blocks are:
ProductDisplay
Product(variation)
Line-item
2014-05-26 WWW.GENERO.FI
Source: Building E-commerce Sites with Drupal Commerce Cookbook
2014-05-26 WWW.GENERO.FI
2014-05-26 WWW.GENERO.FI
Source: Building E-commerce Sites with Drupal Commerce Cookbook
2014-05-26 WWW.GENERO.FI
Source: Building E-commerce Sites with Drupal Commerce Cookbook
2014-05-26 WWW.GENERO.FI
Source: Building E-commerce Sites with Drupal Commerce Cookbook
2014-05-26 WWW.GENERO.FI
Source: Building E-commerce Sites with Drupal Commerce Cookbook
2014-05-26 WWW.GENERO.FI
Howdoesitwork?
Different rules events are
triggered along the way in a
checkout process.
So you can activate different
rules, create your own to
react to the situations…
2014-05-26 WWW.GENERO.FI
Source: Building E-commerce Sites with Drupal Commerce Cookbook
2014-05-26 WWW.GENERO.FI
Source: Building E-commerce Sites with Drupal Commerce Cookbook
2014-05-26 WWW.GENERO.FI
Source: Building E-commerce Sites with Drupal Commerce Cookbook
2014-05-26 WWW.GENERO.FI
ThestrengthsofDrupalCommerce
• Rules
• Views
• Open source
• No licence fees
• Well made, ”the Drupal way”!
2014-05-26 WWW.GENERO.FI
ThestrengthsofDrupalCommerce
• It talks Drupal
• It has a lot of users
• Lots of resources, tutorials, discussions
• Lots of contributed modules
• You can customize it to fit your needs
• Nice API documentation
2014-05-26 WWW.GENERO.FI
Someusefulmodules
• commerce_feeds
• Commerce Bulk Product Creation
• Also… Look thought the modules that comes with
Commerce Kickstart
• commerce_cart_expiration
• commerce_autosku
2014-05-26 WWW.GENERO.FI
CUSTOMIZATION
2014-05-26 WWW.GENERO.FI
CUSTOMIZE
add to cart
A thing
3€
add to cart
A thing
3€
add to cart
A thing
3€
add to cart
A thing
3€
add to cart
A thing
3€
add to cart
A thing
3€
add to cart
A thing
3€
Change/create views, view modes, field formatters
see details
Otherstuff
3€
see details
Otherstuff
3€
2014-05-26 WWW.GENERO.FI
CUSTOMIZE
A super cool product
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Product display
3€
add to cartModel S
2014-05-26 WWW.GENERO.FI
CUSTOMIZE
A super cool product
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
Product display
add to cart
Model S
3€
add to cart
Model M
4€
add to cart
Model L
5€
2014-05-26 WWW.GENERO.FI
EXAMPLEOFCUSTOMIZATION

DROPSHIPPING
2014-05-26 WWW.GENERO.FI
Somecustomizations
• Created Entity called Dropship Supplier
• Reference products with a Dropship supplier
• Add supplier SKU to product
• Modify Line items to have a status (processing,
shipped)
• Added extra status to order called Can be Captured
2014-05-26 WWW.GENERO.FI
COMMERCEDROPSHIPSUPPLIER
order
Rules action, ”Send order line items to the suppliers"
Line items

to supplier 1
Line items

to supplier 2
Line items

to supplier 3
split
module1_send_line_items
module2_send_line_items
module3_send_line_items
2014-05-26 WWW.GENERO.FI
COMMERCEDROPSHIPSUPPLIER
Rules action, ”Check for order status updates from suppliers"
module1_check_for_shipped_line_items
module2_check_for_shipped_line_items
hmodule3_check_for_shipped_line_items
array with

shipped orders
array with

shipped orders
array with

shipped orders
invoke_all
update	

order	

status

&

Trigger	

rules	

event
check_for_shipped_line_items
2014-05-26 WWW.GENERO.FI
EXTRA-RESOURCES
https://drupal.org/project/commerce

http://www.drupalcommerce.org/faq/training
2014-05-26 WWW.GENERO.FI
THANKS.

More Related Content

What's hot (19)

KEY
Drupal Commerce for Business
Richard Jones
 
PDF
ReadyThemes For Store Owners
Miva
 
KEY
Drupal Commerce - the product vs display conundrum and how to explain it to a...
Richard Jones
 
PDF
Scaling an eCommerce environment
Sander Mangel
 
PDF
Odoo Strategy and Roadmap
Odoo
 
PPTX
Dunwoody presentation march 26 - 2014
Matthew Harrington
 
PDF
Odoo 商用系統基本介紹
Ryan Wu
 
PDF
Migrating to Magento 2 - As a Merchant
Sander Mangel
 
PDF
Real TIme (Motors)
Real Time Solution
 
PDF
Magento 2 Seminar - Welkom
Yireo
 
PDF
How to choose frontend (head) for headless commerce.
Aureate Labs
 
PPTX
Open Days 2014 Odoo "Reflex WMS" connector
Audaxis
 
PPTX
E commerce delivery trends to zero in on, in 2021-converted
AppJetty
 
PDF
Open Days 2013 summary
Odoo
 
PPTX
Miva Merchant for Beginners
Miva
 
PDF
Drupal 8, tricks and tips learned from the first 6 months
Iztok Smolic
 
PDF
Integrating the Firelay platform with Braintree payments
Wieteke den Uijl
 
PPTX
Rock Your Logistics with Advanced Operations
Odoo
 
PPTX
Developing Style Guides at Light Speed with Fabricator
Brett Whittington
 
Drupal Commerce for Business
Richard Jones
 
ReadyThemes For Store Owners
Miva
 
Drupal Commerce - the product vs display conundrum and how to explain it to a...
Richard Jones
 
Scaling an eCommerce environment
Sander Mangel
 
Odoo Strategy and Roadmap
Odoo
 
Dunwoody presentation march 26 - 2014
Matthew Harrington
 
Odoo 商用系統基本介紹
Ryan Wu
 
Migrating to Magento 2 - As a Merchant
Sander Mangel
 
Real TIme (Motors)
Real Time Solution
 
Magento 2 Seminar - Welkom
Yireo
 
How to choose frontend (head) for headless commerce.
Aureate Labs
 
Open Days 2014 Odoo "Reflex WMS" connector
Audaxis
 
E commerce delivery trends to zero in on, in 2021-converted
AppJetty
 
Open Days 2013 summary
Odoo
 
Miva Merchant for Beginners
Miva
 
Drupal 8, tricks and tips learned from the first 6 months
Iztok Smolic
 
Integrating the Firelay platform with Braintree payments
Wieteke den Uijl
 
Rock Your Logistics with Advanced Operations
Odoo
 
Developing Style Guides at Light Speed with Fabricator
Brett Whittington
 

Viewers also liked (15)

PPTX
Drupal Commerce
Duo Consulting
 
PPTX
Drupal 7 Features - Introduction - Basics
Dhinakaran Mani
 
PDF
DrupalCommerce Lisbon presentation
Pedro Cambra
 
PDF
Don't Take Social Media Too Seriously
AndrewPapadakis
 
PDF
Drupal 7 Tutorial: Features Module
Acquia
 
PPTX
Drupal and e-commerce
Commerce Guys
 
PPTX
Magento vs osCommerce vs Opencart
Grape5
 
PDF
Introduction to Drupal features
Stijn De Meyere
 
PDF
Drupal 8 Configuration Management with Features
Nuvole
 
PPTX
Spree commerce
Ed Cervantes
 
PDF
Introduction to Drupal for Absolute Beginners
everlearner
 
PDF
An Introduction to Drupal
Tobias Ratschiller
 
DOCX
Virtuemart
efrain
 
PDF
Introduction to Drupal Basics
Juha Niemi
 
KEY
Drupal Commerce in Drupal 7
infowonders
 
Drupal Commerce
Duo Consulting
 
Drupal 7 Features - Introduction - Basics
Dhinakaran Mani
 
DrupalCommerce Lisbon presentation
Pedro Cambra
 
Don't Take Social Media Too Seriously
AndrewPapadakis
 
Drupal 7 Tutorial: Features Module
Acquia
 
Drupal and e-commerce
Commerce Guys
 
Magento vs osCommerce vs Opencart
Grape5
 
Introduction to Drupal features
Stijn De Meyere
 
Drupal 8 Configuration Management with Features
Nuvole
 
Spree commerce
Ed Cervantes
 
Introduction to Drupal for Absolute Beginners
everlearner
 
An Introduction to Drupal
Tobias Ratschiller
 
Virtuemart
efrain
 
Introduction to Drupal Basics
Juha Niemi
 
Drupal Commerce in Drupal 7
infowonders
 
Ad

Similar to Drupal Commerce - DrupalCamp Helsinki 2014 (20)

PPTX
E-commerce in Action
Exove
 
PPTX
Drupal Commerce, Web Content 2010
Ryan Szrama
 
PDF
Drupal Commerce: A perfect match for your e-commerce needs
Pedro Cambra
 
PPTX
Drupal Commerce, DrupalCamp Colorado 2010
Ryan Szrama
 
PPTX
Drupal Café: Introduction to Drupal Commerce
Exove
 
ODP
Drupal commerce @ Drupal Balkan Summit Sarajevo
Bojan Živanović
 
PPTX
Keynote Commerce Guys à la Drupal Con de San Francisco
Commerce Guys
 
PPTX
What Makes WooCommerce the fastest growing eCommerce platform?
Orderhive
 
PDF
Drupal commerce 2.x for Drupal 8
Iztok Smolic
 
PDF
The State of Drupal Commerce - May 2017
Greg Beuthin
 
ODP
Things i wish i knew about drupal commerce
Will Hall
 
PPTX
Magento's Imagine eCommerce Conference 2011 - Mash-up of Magento and Salesfor...
MagentoImagine
 
PPTX
Lecture 9 - E-Commerce - Marketing in The Digital Age.pptx
FaizanGul6
 
PDF
Introduzione a Drupal Commerce Kickstart - Drupal Days 2014
Studio Aqua
 
PDF
Drupal As A Jigsaw
nyccamp
 
PDF
[Srijan Wednesday Webinars] Meet Commerce 2.X
Srijan Technologies
 
PPT
Drupal commerce nuts and bolts seville
Artusamak
 
PDF
The Сonsumerization of Сorporate Сommerce | Imagine 2013 Business solution
Atwix
 
PDF
ITB 2023 Headless eCommerce with CFML - Jon Clausen.pdf
Ortus Solutions, Corp
 
PPTX
E pay - E commerce Solution
Shailesh Kumar
 
E-commerce in Action
Exove
 
Drupal Commerce, Web Content 2010
Ryan Szrama
 
Drupal Commerce: A perfect match for your e-commerce needs
Pedro Cambra
 
Drupal Commerce, DrupalCamp Colorado 2010
Ryan Szrama
 
Drupal Café: Introduction to Drupal Commerce
Exove
 
Drupal commerce @ Drupal Balkan Summit Sarajevo
Bojan Živanović
 
Keynote Commerce Guys à la Drupal Con de San Francisco
Commerce Guys
 
What Makes WooCommerce the fastest growing eCommerce platform?
Orderhive
 
Drupal commerce 2.x for Drupal 8
Iztok Smolic
 
The State of Drupal Commerce - May 2017
Greg Beuthin
 
Things i wish i knew about drupal commerce
Will Hall
 
Magento's Imagine eCommerce Conference 2011 - Mash-up of Magento and Salesfor...
MagentoImagine
 
Lecture 9 - E-Commerce - Marketing in The Digital Age.pptx
FaizanGul6
 
Introduzione a Drupal Commerce Kickstart - Drupal Days 2014
Studio Aqua
 
Drupal As A Jigsaw
nyccamp
 
[Srijan Wednesday Webinars] Meet Commerce 2.X
Srijan Technologies
 
Drupal commerce nuts and bolts seville
Artusamak
 
The Сonsumerization of Сorporate Сommerce | Imagine 2013 Business solution
Atwix
 
ITB 2023 Headless eCommerce with CFML - Jon Clausen.pdf
Ortus Solutions, Corp
 
E pay - E commerce Solution
Shailesh Kumar
 
Ad

Recently uploaded (20)

PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PPTX
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
PPTX
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
PPTX
Customise Your Correlation Table in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
ChiSquare Procedure in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
Customise Your Correlation Table in IBM SPSS Statistics.pptx
Version 1 Analytics
 
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
ChiSquare Procedure in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 

Drupal Commerce - DrupalCamp Helsinki 2014