SlideShare a Scribd company logo
1 of 37
Download to read offline
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

Drupal Commerce for Business
Drupal Commerce for BusinessDrupal Commerce for Business
Drupal Commerce for BusinessRichard Jones
 
ReadyThemes For Store Owners
ReadyThemes For Store OwnersReadyThemes For Store Owners
ReadyThemes For Store OwnersMiva
 
Drupal Commerce - the product vs display conundrum and how to explain it to a...
Drupal Commerce - the product vs display conundrum and how to explain it to a...Drupal Commerce - the product vs display conundrum and how to explain it to a...
Drupal Commerce - the product vs display conundrum and how to explain it to a...Richard Jones
 
Scaling an eCommerce environment
Scaling an eCommerce environmentScaling an eCommerce environment
Scaling an eCommerce environmentSander Mangel
 
Odoo Strategy and Roadmap
Odoo Strategy and RoadmapOdoo Strategy and Roadmap
Odoo Strategy and RoadmapOdoo
 
Dunwoody presentation march 26 - 2014
Dunwoody presentation   march 26 - 2014Dunwoody presentation   march 26 - 2014
Dunwoody presentation march 26 - 2014Matthew Harrington
 
Odoo 商用系統基本介紹
Odoo 商用系統基本介紹Odoo 商用系統基本介紹
Odoo 商用系統基本介紹Ryan Wu
 
Migrating to Magento 2 - As a Merchant
Migrating to Magento 2 - As a MerchantMigrating to Magento 2 - As a Merchant
Migrating to Magento 2 - As a MerchantSander Mangel
 
Magento 2 Seminar - Welkom
Magento 2 Seminar - WelkomMagento 2 Seminar - Welkom
Magento 2 Seminar - WelkomYireo
 
How to choose frontend (head) for headless commerce.
How to choose frontend (head) for headless commerce. How to choose frontend (head) for headless commerce.
How to choose frontend (head) for headless commerce. Aureate Labs
 
Open Days 2014 Odoo "Reflex WMS" connector
Open Days 2014 Odoo "Reflex WMS" connectorOpen Days 2014 Odoo "Reflex WMS" connector
Open Days 2014 Odoo "Reflex WMS" connectorAudaxis
 
E commerce delivery trends to zero in on, in 2021-converted
 E commerce delivery trends to zero in on, in 2021-converted E commerce delivery trends to zero in on, in 2021-converted
E commerce delivery trends to zero in on, in 2021-convertedAppJetty
 
Open Days 2013 summary
Open Days 2013 summaryOpen Days 2013 summary
Open Days 2013 summaryOdoo
 
Miva Merchant for Beginners
Miva Merchant for BeginnersMiva Merchant for Beginners
Miva Merchant for BeginnersMiva
 
Drupal 8, tricks and tips learned from the first 6 months
Drupal 8, tricks and tips learned from the first 6 monthsDrupal 8, tricks and tips learned from the first 6 months
Drupal 8, tricks and tips learned from the first 6 monthsIztok Smolic
 
Integrating the Firelay platform with Braintree payments
Integrating the Firelay platform with Braintree paymentsIntegrating the Firelay platform with Braintree payments
Integrating the Firelay platform with Braintree paymentsWieteke den Uijl
 
Rock Your Logistics with Advanced Operations
Rock Your Logistics with Advanced OperationsRock Your Logistics with Advanced Operations
Rock Your Logistics with Advanced OperationsOdoo
 
Developing Style Guides at Light Speed with Fabricator
Developing Style Guides at Light Speed with FabricatorDeveloping Style Guides at Light Speed with Fabricator
Developing Style Guides at Light Speed with FabricatorBrett Whittington
 

What's hot (19)

Drupal Commerce for Business
Drupal Commerce for BusinessDrupal Commerce for Business
Drupal Commerce for Business
 
ReadyThemes For Store Owners
ReadyThemes For Store OwnersReadyThemes For Store Owners
ReadyThemes For Store Owners
 
Drupal Commerce - the product vs display conundrum and how to explain it to a...
Drupal Commerce - the product vs display conundrum and how to explain it to a...Drupal Commerce - the product vs display conundrum and how to explain it to a...
Drupal Commerce - the product vs display conundrum and how to explain it to a...
 
Scaling an eCommerce environment
Scaling an eCommerce environmentScaling an eCommerce environment
Scaling an eCommerce environment
 
Odoo Strategy and Roadmap
Odoo Strategy and RoadmapOdoo Strategy and Roadmap
Odoo Strategy and Roadmap
 
Dunwoody presentation march 26 - 2014
Dunwoody presentation   march 26 - 2014Dunwoody presentation   march 26 - 2014
Dunwoody presentation march 26 - 2014
 
Odoo 商用系統基本介紹
Odoo 商用系統基本介紹Odoo 商用系統基本介紹
Odoo 商用系統基本介紹
 
Migrating to Magento 2 - As a Merchant
Migrating to Magento 2 - As a MerchantMigrating to Magento 2 - As a Merchant
Migrating to Magento 2 - As a Merchant
 
Real TIme (Motors)
Real TIme (Motors)Real TIme (Motors)
Real TIme (Motors)
 
Magento 2 Seminar - Welkom
Magento 2 Seminar - WelkomMagento 2 Seminar - Welkom
Magento 2 Seminar - Welkom
 
How to choose frontend (head) for headless commerce.
How to choose frontend (head) for headless commerce. How to choose frontend (head) for headless commerce.
How to choose frontend (head) for headless commerce.
 
Open Days 2014 Odoo "Reflex WMS" connector
Open Days 2014 Odoo "Reflex WMS" connectorOpen Days 2014 Odoo "Reflex WMS" connector
Open Days 2014 Odoo "Reflex WMS" connector
 
E commerce delivery trends to zero in on, in 2021-converted
 E commerce delivery trends to zero in on, in 2021-converted E commerce delivery trends to zero in on, in 2021-converted
E commerce delivery trends to zero in on, in 2021-converted
 
Open Days 2013 summary
Open Days 2013 summaryOpen Days 2013 summary
Open Days 2013 summary
 
Miva Merchant for Beginners
Miva Merchant for BeginnersMiva Merchant for Beginners
Miva Merchant for Beginners
 
Drupal 8, tricks and tips learned from the first 6 months
Drupal 8, tricks and tips learned from the first 6 monthsDrupal 8, tricks and tips learned from the first 6 months
Drupal 8, tricks and tips learned from the first 6 months
 
Integrating the Firelay platform with Braintree payments
Integrating the Firelay platform with Braintree paymentsIntegrating the Firelay platform with Braintree payments
Integrating the Firelay platform with Braintree payments
 
Rock Your Logistics with Advanced Operations
Rock Your Logistics with Advanced OperationsRock Your Logistics with Advanced Operations
Rock Your Logistics with Advanced Operations
 
Developing Style Guides at Light Speed with Fabricator
Developing Style Guides at Light Speed with FabricatorDeveloping Style Guides at Light Speed with Fabricator
Developing Style Guides at Light Speed with Fabricator
 

Viewers also liked

Drupal 7 Features - Introduction - Basics
Drupal 7 Features - Introduction - BasicsDrupal 7 Features - Introduction - Basics
Drupal 7 Features - Introduction - BasicsDhinakaran Mani
 
DrupalCommerce Lisbon presentation
DrupalCommerce Lisbon presentationDrupalCommerce Lisbon presentation
DrupalCommerce Lisbon presentationPedro Cambra
 
Don't Take Social Media Too Seriously
Don't Take Social Media Too SeriouslyDon't Take Social Media Too Seriously
Don't Take Social Media Too SeriouslyAndrewPapadakis
 
Drupal 7 Tutorial: Features Module
Drupal 7 Tutorial: Features ModuleDrupal 7 Tutorial: Features Module
Drupal 7 Tutorial: Features ModuleAcquia
 
Drupal and e-commerce
Drupal and e-commerceDrupal and e-commerce
Drupal and e-commerceCommerce Guys
 
Magento vs osCommerce vs Opencart
Magento vs osCommerce vs OpencartMagento vs osCommerce vs Opencart
Magento vs osCommerce vs OpencartGrape5
 
Introduction to Drupal features
Introduction to Drupal featuresIntroduction to Drupal features
Introduction to Drupal featuresStijn De Meyere
 
Drupal 8 Configuration Management with Features
Drupal 8 Configuration Management with FeaturesDrupal 8 Configuration Management with Features
Drupal 8 Configuration Management with FeaturesNuvole
 
Introduction to Drupal for Absolute Beginners
Introduction to Drupal for Absolute BeginnersIntroduction to Drupal for Absolute Beginners
Introduction to Drupal for Absolute Beginnerseverlearner
 
Virtuemart
VirtuemartVirtuemart
Virtuemartefrain
 
Introduction to Drupal Basics
Introduction to Drupal BasicsIntroduction to Drupal Basics
Introduction to Drupal BasicsJuha Niemi
 
Drupal Commerce in Drupal 7
Drupal Commerce in Drupal 7Drupal Commerce in Drupal 7
Drupal Commerce in Drupal 7infowonders
 

Viewers also liked (15)

Drupal Commerce
Drupal CommerceDrupal Commerce
Drupal Commerce
 
Drupal 7 Features - Introduction - Basics
Drupal 7 Features - Introduction - BasicsDrupal 7 Features - Introduction - Basics
Drupal 7 Features - Introduction - Basics
 
DrupalCommerce Lisbon presentation
DrupalCommerce Lisbon presentationDrupalCommerce Lisbon presentation
DrupalCommerce Lisbon presentation
 
Don't Take Social Media Too Seriously
Don't Take Social Media Too SeriouslyDon't Take Social Media Too Seriously
Don't Take Social Media Too Seriously
 
Drupal 7 Tutorial: Features Module
Drupal 7 Tutorial: Features ModuleDrupal 7 Tutorial: Features Module
Drupal 7 Tutorial: Features Module
 
Drupal and e-commerce
Drupal and e-commerceDrupal and e-commerce
Drupal and e-commerce
 
Magento vs osCommerce vs Opencart
Magento vs osCommerce vs OpencartMagento vs osCommerce vs Opencart
Magento vs osCommerce vs Opencart
 
Introduction to Drupal features
Introduction to Drupal featuresIntroduction to Drupal features
Introduction to Drupal features
 
Drupal 8 Configuration Management with Features
Drupal 8 Configuration Management with FeaturesDrupal 8 Configuration Management with Features
Drupal 8 Configuration Management with Features
 
Spree commerce
Spree commerceSpree commerce
Spree commerce
 
Introduction to Drupal for Absolute Beginners
Introduction to Drupal for Absolute BeginnersIntroduction to Drupal for Absolute Beginners
Introduction to Drupal for Absolute Beginners
 
An Introduction to Drupal
An Introduction to DrupalAn Introduction to Drupal
An Introduction to Drupal
 
Virtuemart
VirtuemartVirtuemart
Virtuemart
 
Introduction to Drupal Basics
Introduction to Drupal BasicsIntroduction to Drupal Basics
Introduction to Drupal Basics
 
Drupal Commerce in Drupal 7
Drupal Commerce in Drupal 7Drupal Commerce in Drupal 7
Drupal Commerce in Drupal 7
 

Similar to Drupal Commerce - DrupalCamp Helsinki 2014

Sytul's pich presentation
Sytul's pich presentationSytul's pich presentation
Sytul's pich presentationSytul
 
In Store Digital - What's out there?
In Store Digital - What's out there?In Store Digital - What's out there?
In Store Digital - What's out there?Craig Smith
 
B2B Magento vs. Hybris
B2B Magento vs. HybrisB2B Magento vs. Hybris
B2B Magento vs. HybrisUrszula Urban
 
Word press beirut 12th meetup june
Word press beirut 12th meetup   juneWord press beirut 12th meetup   june
Word press beirut 12th meetup juneFadi Nicolas Zahhar
 
Bargento 2014 : conférence Smile « ElasticSearch booste la recherche Magento »
Bargento 2014 : conférence Smile « ElasticSearch booste la recherche Magento »Bargento 2014 : conférence Smile « ElasticSearch booste la recherche Magento »
Bargento 2014 : conférence Smile « ElasticSearch booste la recherche Magento »Smile I.T is open
 
10 Tips for E-commerce on Drupal
10 Tips for E-commerce on Drupal10 Tips for E-commerce on Drupal
10 Tips for E-commerce on DrupalRyan Szrama
 
Drupal Commerce 2014
Drupal Commerce 2014Drupal Commerce 2014
Drupal Commerce 2014Sergiu Savva
 
The Serrano Business Model - Overview & Highlights for busy business owners
The Serrano Business Model - Overview & Highlights for busy business ownersThe Serrano Business Model - Overview & Highlights for busy business owners
The Serrano Business Model - Overview & Highlights for busy business ownersHyperSynectics
 
DrupalDay - Localizing Drupal Commerce
DrupalDay - Localizing Drupal CommerceDrupalDay - Localizing Drupal Commerce
DrupalDay - Localizing Drupal CommerceRoberto Peruzzo
 
OpenCart: The Powerful Open-Source eCommerce Platform
OpenCart: The Powerful Open-Source eCommerce PlatformOpenCart: The Powerful Open-Source eCommerce Platform
OpenCart: The Powerful Open-Source eCommerce PlatformPerzonalization Team
 
Bercart user's guide
Bercart user's guideBercart user's guide
Bercart user's guideShamsher Alam
 
Retail innovation with mobile technology in store
Retail innovation with mobile technology in storeRetail innovation with mobile technology in store
Retail innovation with mobile technology in storeCraig Smith
 
Creating a Website For Your Business
Creating a Website For Your BusinessCreating a Website For Your Business
Creating a Website For Your BusinessClayton Wehner
 
Myshop2014 Tech Report
Myshop2014 Tech Report Myshop2014 Tech Report
Myshop2014 Tech Report Gio Decortes
 
Lecture 9 - E-Commerce - Marketing in The Digital Age.pptx
Lecture 9 - E-Commerce - Marketing in The Digital Age.pptxLecture 9 - E-Commerce - Marketing in The Digital Age.pptx
Lecture 9 - E-Commerce - Marketing in The Digital Age.pptxFaizanGul6
 
Make Your Odoo Theme Features Integration Easier With Seamless Odoo Learning ...
Make Your Odoo Theme Features Integration Easier With Seamless Odoo Learning ...Make Your Odoo Theme Features Integration Easier With Seamless Odoo Learning ...
Make Your Odoo Theme Features Integration Easier With Seamless Odoo Learning ...BrowseInfo Odoo Experts
 

Similar to Drupal Commerce - DrupalCamp Helsinki 2014 (20)

Sytul's pich presentation
Sytul's pich presentationSytul's pich presentation
Sytul's pich presentation
 
In Store Digital - What's out there?
In Store Digital - What's out there?In Store Digital - What's out there?
In Store Digital - What's out there?
 
B2B Magento vs. Hybris
B2B Magento vs. HybrisB2B Magento vs. Hybris
B2B Magento vs. Hybris
 
Word press beirut 12th meetup june
Word press beirut 12th meetup   juneWord press beirut 12th meetup   june
Word press beirut 12th meetup june
 
Odoo erp or sap erp
Odoo erp or sap erpOdoo erp or sap erp
Odoo erp or sap erp
 
Bargento 2014 : conférence Smile « ElasticSearch booste la recherche Magento »
Bargento 2014 : conférence Smile « ElasticSearch booste la recherche Magento »Bargento 2014 : conférence Smile « ElasticSearch booste la recherche Magento »
Bargento 2014 : conférence Smile « ElasticSearch booste la recherche Magento »
 
10 Tips for E-commerce on Drupal
10 Tips for E-commerce on Drupal10 Tips for E-commerce on Drupal
10 Tips for E-commerce on Drupal
 
Drupal Commerce 2014
Drupal Commerce 2014Drupal Commerce 2014
Drupal Commerce 2014
 
The Serrano Business Model - Overview & Highlights for busy business owners
The Serrano Business Model - Overview & Highlights for busy business ownersThe Serrano Business Model - Overview & Highlights for busy business owners
The Serrano Business Model - Overview & Highlights for busy business owners
 
Lean Startup: an introduction
Lean Startup: an introductionLean Startup: an introduction
Lean Startup: an introduction
 
DrupalDay - Localizing Drupal Commerce
DrupalDay - Localizing Drupal CommerceDrupalDay - Localizing Drupal Commerce
DrupalDay - Localizing Drupal Commerce
 
Sap project
Sap projectSap project
Sap project
 
OpenCart: The Powerful Open-Source eCommerce Platform
OpenCart: The Powerful Open-Source eCommerce PlatformOpenCart: The Powerful Open-Source eCommerce Platform
OpenCart: The Powerful Open-Source eCommerce Platform
 
Bercart user's guide
Bercart user's guideBercart user's guide
Bercart user's guide
 
Retail innovation with mobile technology in store
Retail innovation with mobile technology in storeRetail innovation with mobile technology in store
Retail innovation with mobile technology in store
 
Creating a Website For Your Business
Creating a Website For Your BusinessCreating a Website For Your Business
Creating a Website For Your Business
 
Myshop2014 Tech Report
Myshop2014 Tech Report Myshop2014 Tech Report
Myshop2014 Tech Report
 
Lecture 9 - E-Commerce - Marketing in The Digital Age.pptx
Lecture 9 - E-Commerce - Marketing in The Digital Age.pptxLecture 9 - E-Commerce - Marketing in The Digital Age.pptx
Lecture 9 - E-Commerce - Marketing in The Digital Age.pptx
 
Make Your Odoo Theme Features Integration Easier With Seamless Odoo Learning ...
Make Your Odoo Theme Features Integration Easier With Seamless Odoo Learning ...Make Your Odoo Theme Features Integration Easier With Seamless Odoo Learning ...
Make Your Odoo Theme Features Integration Easier With Seamless Odoo Learning ...
 
Odoo 13 Features
Odoo 13 FeaturesOdoo 13 Features
Odoo 13 Features
 

Recently uploaded

What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineeringssuserb3a23b
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf31events.com
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commercemanigoyal112
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Natan Silnitsky
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odishasmiwainfosol
 
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsSensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsChristian Birchler
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfDrew Moseley
 

Recently uploaded (20)

What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineering
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commerce
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
Taming Distributed Systems: Key Insights from Wix's Large-Scale Experience - ...
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
 
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsSensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
 
Comparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdfComparing Linux OS Image Update Models - EOSS 2024.pdf
Comparing Linux OS Image Update Models - EOSS 2024.pdf
 

Drupal Commerce - DrupalCamp Helsinki 2014