SlideShare a Scribd company logo
1 of 22
Download to read offline
Creating	
  an	
  e-­‐commerce	
  publications	
  
catalog	
  with	
  Drupal	
  Commerce
Bryan	
  Mayjor	
  -­‐	
  Extension	
  &	
  Experiment	
  Station	
  Communications
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Who	
  is	
  this	
  guy?	
  
• Bryan	
  is	
  a	
  Technology-­‐assisted	
  
education	
  developer	
  with	
  the	
  
Oregon	
  State	
  Extension	
  Service	
  
• Started	
  hacking	
  websites	
  when	
  
Netscape	
  1	
  was	
  new	
  and	
  and	
  28K	
  
dialup	
  was	
  cool	
  
• Has	
  been	
  working	
  with	
  Drupal	
  
since	
  2008	
  
• Spends	
  way	
  too	
  much	
  time	
  coding
2
Source: http://www.niola.net
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Over	
  the	
  next	
  50	
  minutes	
  …	
  
• You’ll	
  get	
  an	
  overview	
  of	
  Drupal	
  
Commerce	
  and	
  how	
  it	
  works	
  
• Endure	
  a	
  short	
  story	
  about	
  Newman	
  and	
  
Catman	
  
• See	
  Drupal	
  Commerce	
  in	
  action	
  
• Look	
  at	
  some	
  code	
  
• Ask	
  some	
  questions	
  
• Become	
  a	
  better	
  person	
  (possibly)
3
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
What	
  is	
  Drupal	
  Commerce?
Drupal	
  Commerce	
  is	
  set	
  of	
  modules	
  that	
  
provide	
  core	
  e-­‐commerce	
  functionality	
  	
  
• shopping	
  cart	
  
• check	
  out	
  
• payments	
  
• shipping	
  and	
  fulfillment	
  
• discounts	
  
• order	
  management	
  
• all	
  without	
  writing	
  any	
  code
4
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Newman	
  
“New	
  catalog	
  manager”
• Old,	
  old,	
  old	
  Filemaker	
  Pro	
  database	
  
• Used	
  by	
  the	
  pubs	
  team	
  to	
  manage	
  
publications	
  since	
  the	
  1990s	
  
• E-­‐commerce	
  functionality	
  developed	
  by	
  
contractor	
  using	
  questionable	
  design	
  
patterns	
  
• Archaic	
  export	
  process	
  was	
  developed	
  for	
  
online	
  catalog	
  
• Updating	
  catalog	
  is	
  a	
  multistep	
  process	
  
that	
  involves	
  deleting	
  the	
  catalog	
  
database	
  then	
  reimporting
5
Source: http://article.wn.com
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Catman	
  
History	
  of	
  the	
  Catman	
  project
• Contracted	
  out	
  to	
  3rd	
  party	
  vendor	
  as	
  I	
  
didn’t	
  have	
  time	
  to	
  do	
  it	
  
• “Completed”	
  project	
  didn’t	
  meet	
  our	
  
needs	
  
• I	
  still	
  don't	
  have	
  time	
  but	
  took	
  over	
  
development	
  working	
  closely	
  with	
  a	
  pubs	
  
team	
  member	
  (Jennifer	
  Alexander)	
  
• Used	
  the	
  contracted	
  commerce	
  site	
  as	
  a	
  
basis,	
  scrapped	
  the	
  project	
  management	
  
site	
  completely
6
Source: http://fairlyoddparents.wikia.com
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Catman	
  
Goals	
  for	
  new	
  system
• Replace	
  old	
  system	
  before	
  it	
  dies	
  again	
  
• Combine	
  project	
  management	
  and	
  
catalog	
  site	
  into	
  one	
  happy	
  Drupal	
  site	
  	
  
• Integrate	
  University	
  approved	
  payment	
  
gateway	
  (used	
  by	
  current	
  system)	
  
• Responsive	
  design	
  with	
  emphasis	
  on	
  user	
  
experience	
  
• Flexible	
  system	
  to	
  meet	
  current	
  and	
  
future	
  needs
7
Source: http://fairlyoddparents.wikia.com
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Getting	
  Started	
  with	
  Drupal	
  Commerce	
  
The	
  easy	
  way
Commerce	
  Kickstart	
  
• Installation	
  profile	
  creates	
  a	
  fully	
  

functional	
  store	
  in	
  minutes	
  
• Pre-­‐configured	
  advanced	
  functionality	
  
• Spiffy	
  responsive	
  design	
  out	
  of	
  the	
  box	
  
• Doesn’t	
  require	
  advanced	
  Drupal	
  knowledge	
  
• Can	
  be	
  difficult	
  to	
  modify	
  to	
  meet	
  your	
  
specifications	
  
• Provided	
  theme	
  (Omega	
  kickstart)	
  very	
  complex	
  
and	
  not	
  simple	
  to	
  customize.	
  
8
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Getting	
  Started	
  with	
  Drupal	
  Commerce	
  
Not	
  as	
  easy	
  but	
  better	
  way
Custom	
  set	
  up	
  
• Use	
  KickStart	
  as	
  a	
  reference	
  
• Backoffice	
  modules	
  are	
  awesome	
  and	
  

provide	
  best	
  elements	
  of	
  KickStart	
  
• Contributed	
  modules	
  do	
  most	
  of	
  the	
  
heavy	
  lifting	
  
• Create	
  custom	
  module(s)	
  to	
  override	
  
defaults	
  and	
  to	
  add	
  new	
  functionality	
  
• Requires	
  advanced	
  Drupal	
  knowledge	
  
!
9
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Commerce	
  Kickstart	
  Demo
10
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Catman	
  Demo
11
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Taming	
  the	
  Beast	
  
Making	
  Drupal	
  Commerce	
  behave
• Most	
  customizations	
  can	
  be	
  
done	
  without	
  writing	
  code	
  
• Rules	
  can	
  be	
  easily	
  created	
  or	
  
modified	
  	
  
• Create	
  custom	
  modules	
  to	
  
override	
  defaults	
  and	
  to	
  add	
  
functionality	
  
• Features	
  are	
  your	
  friend	
  
12
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Challenges	
  and	
  things	
  that	
  didn’t	
  work	
  as	
  expected	
  
Drupal	
  Commerce	
  !=	
  ‘nirvana’
• Payment	
  gateway	
  provider	
  

changed	
  	
  
• OSU	
  Drupal	
  hosting	
  changed	
  
• Invoices	
  
• Purchase	
  order	
  /	
  Index	
  codes	
  
• Magic	
  Links	
  
• Workbench	
  

• Let’s	
  look	
  at	
  some	
  code	
  …	
  
!
13
Source: http://macrobits.pinetreecapital.com
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Code	
  examples:	
  hook_commerce_form_alter() 	
  
Remove	
  the	
  “Country”	
  drop-­‐down	
  list	
  on	
  checkout	
  form
14
“Don’t show the list of countries,
our shipping rates only apply to
orders within the USA”
“Don’t show the list of countries,
our shipping rates only apply to
orders within the USA”
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Code	
  examples:	
  hook_commerce_form_alter() 	
  
Remove	
  the	
  “Country”	
  drop-­‐down	
  list	
  on	
  checkout	
  form
15
“Don’t show the list of countries,
our shipping rates only apply to
orders within the USA”
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Code	
  examples:	
  hook_commerce_form_alter() 	
  
Remove	
  the	
  “Country”	
  drop-­‐down	
  list	
  on	
  checkout	
  form
16
v
v
v
v
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
17
“We need more options than
Pending and Processing,
what about …”
Code	
  examples:	
  hook_commerce_order_status_info()	
  	
  
Add	
  statuses	
  to	
  the	
  pending	
  order	
  state.
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Code	
  examples:	
  hook_commerce_order_status_info()	
  	
  
Add	
  statuses	
  to	
  the	
  pending	
  order	
  state.
18
v
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Code	
  examples:	
  hook_default_rules_configuration()
Rule	
  to	
  add	
  customer	
  user	
  role	
  when	
  new	
  account	
  is	
  created
19
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Code	
  examples:	
  hook_default_rules_configuration()
Rule	
  to	
  add	
  customer	
  user	
  role	
  when	
  new	
  account	
  is	
  created
20
v
v
v
v
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Resources
This	
  presentation	
  
PDF	
  will	
  be	
  posted	
  on	
  NETC	
  conference	
  site	
  
Code	
  examples	
  used	
  in	
  presentation	
  
http://github.com/osu-­‐eesc	
  
Drupal	
  Commerce	
  
http://www.drupalcommerce.org	
  
Commerce	
  Kickstart	
  
https://drupal.org/project/commerce_kickstart	
  
Bootstrap	
  
http://getbootstrap.com/	
  
21
NETC	
  2014	
  -­‐	
  Tekkies	
  in	
  the	
  Little	
  Apple
Bryan Mayjor
bryan.mayjor@oregonstate.edu
22
Source: http://http://www.marcandangel.com

More Related Content

Similar to Creating an e-commerce publications catalog with Drupal Commerce

Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...Databricks
 
Cost-Effective and Scalable Data Integration
Cost-Effective and Scalable Data Integration Cost-Effective and Scalable Data Integration
Cost-Effective and Scalable Data Integration Zach Gardner
 
Creating a Documentation Portal
Creating a Documentation PortalCreating a Documentation Portal
Creating a Documentation PortalSteve Anderson
 
How to Successfully Implement Headless Drupal
How to Successfully Implement Headless DrupalHow to Successfully Implement Headless Drupal
How to Successfully Implement Headless DrupalAcquia
 
Sitecore Experience & SUGCON 2019
Sitecore Experience & SUGCON 2019Sitecore Experience & SUGCON 2019
Sitecore Experience & SUGCON 2019Rene Naplava
 
Five Ways to Fix Your SQL Server Dev-Test Problems
Five Ways to Fix Your SQL Server Dev-Test Problems Five Ways to Fix Your SQL Server Dev-Test Problems
Five Ways to Fix Your SQL Server Dev-Test Problems Catalogic Software
 
Architecting Your Own DBaaS in a Private Cloud with EM12c
Architecting Your Own DBaaS in a Private Cloud with EM12cArchitecting Your Own DBaaS in a Private Cloud with EM12c
Architecting Your Own DBaaS in a Private Cloud with EM12cGustavo Rene Antunez
 
NLOUG 2017- Oracle WebCenter Portal 12c Performance
NLOUG 2017- Oracle WebCenter Portal 12c PerformanceNLOUG 2017- Oracle WebCenter Portal 12c Performance
NLOUG 2017- Oracle WebCenter Portal 12c PerformanceDaniel Merchán García
 
How to install IBM Connections in a Coffe Break
How to install IBM Connections in a Coffe BreakHow to install IBM Connections in a Coffe Break
How to install IBM Connections in a Coffe BreakAndrea Fontana
 
The Japan Government has adopted Drupal8 for its official statistics system....
The Japan Government has adopted  Drupal8 for its official statistics system....The Japan Government has adopted  Drupal8 for its official statistics system....
The Japan Government has adopted Drupal8 for its official statistics system....惠 紀野
 
Performance tuning
Performance tuningPerformance tuning
Performance tuningEric Phan
 
Angular Ivy- An Overview
Angular Ivy- An OverviewAngular Ivy- An Overview
Angular Ivy- An OverviewJalpesh Vadgama
 
Top Rated Enterprise Solution, Web & Mobile App Development Company
Top Rated Enterprise Solution, Web & Mobile App Development CompanyTop Rated Enterprise Solution, Web & Mobile App Development Company
Top Rated Enterprise Solution, Web & Mobile App Development CompanyAtul Kapoor
 
Kylin Engineering Principles
Kylin Engineering PrinciplesKylin Engineering Principles
Kylin Engineering PrinciplesXu Jiang
 
DevOps Stories: Getting to Agile - RightScale Compute 2013
DevOps Stories: Getting to Agile - RightScale Compute 2013DevOps Stories: Getting to Agile - RightScale Compute 2013
DevOps Stories: Getting to Agile - RightScale Compute 2013RightScale
 
Frappe Open Day - June 2015
Frappe Open Day - June 2015Frappe Open Day - June 2015
Frappe Open Day - June 2015Anand Doshi
 
SQL in the Hybrid World
SQL in the Hybrid WorldSQL in the Hybrid World
SQL in the Hybrid WorldTanel Poder
 

Similar to Creating an e-commerce publications catalog with Drupal Commerce (20)

Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
Behavior-Driven Development (BDD) Testing with Apache Spark with Aaron Colcor...
 
Cost-Effective and Scalable Data Integration
Cost-Effective and Scalable Data Integration Cost-Effective and Scalable Data Integration
Cost-Effective and Scalable Data Integration
 
Creating a Documentation Portal
Creating a Documentation PortalCreating a Documentation Portal
Creating a Documentation Portal
 
How to Successfully Implement Headless Drupal
How to Successfully Implement Headless DrupalHow to Successfully Implement Headless Drupal
How to Successfully Implement Headless Drupal
 
Sitecore Experience & SUGCON 2019
Sitecore Experience & SUGCON 2019Sitecore Experience & SUGCON 2019
Sitecore Experience & SUGCON 2019
 
Five Ways to Fix Your SQL Server Dev-Test Problems
Five Ways to Fix Your SQL Server Dev-Test Problems Five Ways to Fix Your SQL Server Dev-Test Problems
Five Ways to Fix Your SQL Server Dev-Test Problems
 
Architecting Your Own DBaaS in a Private Cloud with EM12c
Architecting Your Own DBaaS in a Private Cloud with EM12cArchitecting Your Own DBaaS in a Private Cloud with EM12c
Architecting Your Own DBaaS in a Private Cloud with EM12c
 
NLOUG 2017- Oracle WebCenter Portal 12c Performance
NLOUG 2017- Oracle WebCenter Portal 12c PerformanceNLOUG 2017- Oracle WebCenter Portal 12c Performance
NLOUG 2017- Oracle WebCenter Portal 12c Performance
 
Web-Services.pptx
Web-Services.pptxWeb-Services.pptx
Web-Services.pptx
 
How to install IBM Connections in a Coffe Break
How to install IBM Connections in a Coffe BreakHow to install IBM Connections in a Coffe Break
How to install IBM Connections in a Coffe Break
 
The Japan Government has adopted Drupal8 for its official statistics system....
The Japan Government has adopted  Drupal8 for its official statistics system....The Japan Government has adopted  Drupal8 for its official statistics system....
The Japan Government has adopted Drupal8 for its official statistics system....
 
Performance tuning
Performance tuningPerformance tuning
Performance tuning
 
Angular Ivy- An Overview
Angular Ivy- An OverviewAngular Ivy- An Overview
Angular Ivy- An Overview
 
Top Rated Enterprise Solution, Web & Mobile App Development Company
Top Rated Enterprise Solution, Web & Mobile App Development CompanyTop Rated Enterprise Solution, Web & Mobile App Development Company
Top Rated Enterprise Solution, Web & Mobile App Development Company
 
DevOps Days Ohio
DevOps Days OhioDevOps Days Ohio
DevOps Days Ohio
 
Kylin Engineering Principles
Kylin Engineering PrinciplesKylin Engineering Principles
Kylin Engineering Principles
 
DevOps Stories: Getting to Agile - RightScale Compute 2013
DevOps Stories: Getting to Agile - RightScale Compute 2013DevOps Stories: Getting to Agile - RightScale Compute 2013
DevOps Stories: Getting to Agile - RightScale Compute 2013
 
Frappe Open Day - June 2015
Frappe Open Day - June 2015Frappe Open Day - June 2015
Frappe Open Day - June 2015
 
SQL in the Hybrid World
SQL in the Hybrid WorldSQL in the Hybrid World
SQL in the Hybrid World
 
AhmedWasfi2015
AhmedWasfi2015AhmedWasfi2015
AhmedWasfi2015
 

More from Bryan Mayjor

Foil villains, restore order, and seize the day: 10 tips to make your team’s ...
Foil villains, restore order, and seize the day: 10 tips to make your team’s ...Foil villains, restore order, and seize the day: 10 tips to make your team’s ...
Foil villains, restore order, and seize the day: 10 tips to make your team’s ...Bryan Mayjor
 
EESC and the Three Handbooks: Too Complicated, Too Much Work, or Just Right?
EESC and the Three Handbooks: Too Complicated, Too Much Work, or Just Right?EESC and the Three Handbooks: Too Complicated, Too Much Work, or Just Right?
EESC and the Three Handbooks: Too Complicated, Too Much Work, or Just Right?Bryan Mayjor
 
What the heck are Features and why do I need them for my Drupal website?
What the heck are Features and why do I need them for my Drupal website?What the heck are Features and why do I need them for my Drupal website?
What the heck are Features and why do I need them for my Drupal website?Bryan Mayjor
 
Drupal Under the Hood
Drupal Under the HoodDrupal Under the Hood
Drupal Under the HoodBryan Mayjor
 
More On Drupal - OSU Spring Training 2010
More On Drupal - OSU Spring Training 2010More On Drupal - OSU Spring Training 2010
More On Drupal - OSU Spring Training 2010Bryan Mayjor
 

More from Bryan Mayjor (6)

Foil villains, restore order, and seize the day: 10 tips to make your team’s ...
Foil villains, restore order, and seize the day: 10 tips to make your team’s ...Foil villains, restore order, and seize the day: 10 tips to make your team’s ...
Foil villains, restore order, and seize the day: 10 tips to make your team’s ...
 
Being responsive
Being responsiveBeing responsive
Being responsive
 
EESC and the Three Handbooks: Too Complicated, Too Much Work, or Just Right?
EESC and the Three Handbooks: Too Complicated, Too Much Work, or Just Right?EESC and the Three Handbooks: Too Complicated, Too Much Work, or Just Right?
EESC and the Three Handbooks: Too Complicated, Too Much Work, or Just Right?
 
What the heck are Features and why do I need them for my Drupal website?
What the heck are Features and why do I need them for my Drupal website?What the heck are Features and why do I need them for my Drupal website?
What the heck are Features and why do I need them for my Drupal website?
 
Drupal Under the Hood
Drupal Under the HoodDrupal Under the Hood
Drupal Under the Hood
 
More On Drupal - OSU Spring Training 2010
More On Drupal - OSU Spring Training 2010More On Drupal - OSU Spring Training 2010
More On Drupal - OSU Spring Training 2010
 

Recently uploaded

₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of indiaimessage0108
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneCall girls in Ahmedabad High profile
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 

Recently uploaded (20)

₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
Gram Darshan PPT cyber rural in villages of india
Gram Darshan PPT cyber rural  in villages of indiaGram Darshan PPT cyber rural  in villages of india
Gram Darshan PPT cyber rural in villages of india
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 

Creating an e-commerce publications catalog with Drupal Commerce

  • 1. Creating  an  e-­‐commerce  publications   catalog  with  Drupal  Commerce Bryan  Mayjor  -­‐  Extension  &  Experiment  Station  Communications
  • 2. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Who  is  this  guy?   • Bryan  is  a  Technology-­‐assisted   education  developer  with  the   Oregon  State  Extension  Service   • Started  hacking  websites  when   Netscape  1  was  new  and  and  28K   dialup  was  cool   • Has  been  working  with  Drupal   since  2008   • Spends  way  too  much  time  coding 2 Source: http://www.niola.net
  • 3. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Over  the  next  50  minutes  …   • You’ll  get  an  overview  of  Drupal   Commerce  and  how  it  works   • Endure  a  short  story  about  Newman  and   Catman   • See  Drupal  Commerce  in  action   • Look  at  some  code   • Ask  some  questions   • Become  a  better  person  (possibly) 3
  • 4. NETC  2014  -­‐  Tekkies  in  the  Little  Apple What  is  Drupal  Commerce? Drupal  Commerce  is  set  of  modules  that   provide  core  e-­‐commerce  functionality     • shopping  cart   • check  out   • payments   • shipping  and  fulfillment   • discounts   • order  management   • all  without  writing  any  code 4
  • 5. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Newman   “New  catalog  manager” • Old,  old,  old  Filemaker  Pro  database   • Used  by  the  pubs  team  to  manage   publications  since  the  1990s   • E-­‐commerce  functionality  developed  by   contractor  using  questionable  design   patterns   • Archaic  export  process  was  developed  for   online  catalog   • Updating  catalog  is  a  multistep  process   that  involves  deleting  the  catalog   database  then  reimporting 5 Source: http://article.wn.com
  • 6. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Catman   History  of  the  Catman  project • Contracted  out  to  3rd  party  vendor  as  I   didn’t  have  time  to  do  it   • “Completed”  project  didn’t  meet  our   needs   • I  still  don't  have  time  but  took  over   development  working  closely  with  a  pubs   team  member  (Jennifer  Alexander)   • Used  the  contracted  commerce  site  as  a   basis,  scrapped  the  project  management   site  completely 6 Source: http://fairlyoddparents.wikia.com
  • 7. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Catman   Goals  for  new  system • Replace  old  system  before  it  dies  again   • Combine  project  management  and   catalog  site  into  one  happy  Drupal  site     • Integrate  University  approved  payment   gateway  (used  by  current  system)   • Responsive  design  with  emphasis  on  user   experience   • Flexible  system  to  meet  current  and   future  needs 7 Source: http://fairlyoddparents.wikia.com
  • 8. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Getting  Started  with  Drupal  Commerce   The  easy  way Commerce  Kickstart   • Installation  profile  creates  a  fully  
 functional  store  in  minutes   • Pre-­‐configured  advanced  functionality   • Spiffy  responsive  design  out  of  the  box   • Doesn’t  require  advanced  Drupal  knowledge   • Can  be  difficult  to  modify  to  meet  your   specifications   • Provided  theme  (Omega  kickstart)  very  complex   and  not  simple  to  customize.   8
  • 9. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Getting  Started  with  Drupal  Commerce   Not  as  easy  but  better  way Custom  set  up   • Use  KickStart  as  a  reference   • Backoffice  modules  are  awesome  and  
 provide  best  elements  of  KickStart   • Contributed  modules  do  most  of  the   heavy  lifting   • Create  custom  module(s)  to  override   defaults  and  to  add  new  functionality   • Requires  advanced  Drupal  knowledge   ! 9
  • 10. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Commerce  Kickstart  Demo 10
  • 11. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Catman  Demo 11
  • 12. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Taming  the  Beast   Making  Drupal  Commerce  behave • Most  customizations  can  be   done  without  writing  code   • Rules  can  be  easily  created  or   modified     • Create  custom  modules  to   override  defaults  and  to  add   functionality   • Features  are  your  friend   12
  • 13. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Challenges  and  things  that  didn’t  work  as  expected   Drupal  Commerce  !=  ‘nirvana’ • Payment  gateway  provider  
 changed     • OSU  Drupal  hosting  changed   • Invoices   • Purchase  order  /  Index  codes   • Magic  Links   • Workbench  
 • Let’s  look  at  some  code  …   ! 13 Source: http://macrobits.pinetreecapital.com
  • 14. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Code  examples:  hook_commerce_form_alter()   Remove  the  “Country”  drop-­‐down  list  on  checkout  form 14 “Don’t show the list of countries, our shipping rates only apply to orders within the USA” “Don’t show the list of countries, our shipping rates only apply to orders within the USA”
  • 15. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Code  examples:  hook_commerce_form_alter()   Remove  the  “Country”  drop-­‐down  list  on  checkout  form 15 “Don’t show the list of countries, our shipping rates only apply to orders within the USA”
  • 16. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Code  examples:  hook_commerce_form_alter()   Remove  the  “Country”  drop-­‐down  list  on  checkout  form 16 v v v v
  • 17. NETC  2014  -­‐  Tekkies  in  the  Little  Apple 17 “We need more options than Pending and Processing, what about …” Code  examples:  hook_commerce_order_status_info()     Add  statuses  to  the  pending  order  state.
  • 18. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Code  examples:  hook_commerce_order_status_info()     Add  statuses  to  the  pending  order  state. 18 v
  • 19. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Code  examples:  hook_default_rules_configuration() Rule  to  add  customer  user  role  when  new  account  is  created 19
  • 20. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Code  examples:  hook_default_rules_configuration() Rule  to  add  customer  user  role  when  new  account  is  created 20 v v v v
  • 21. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Resources This  presentation   PDF  will  be  posted  on  NETC  conference  site   Code  examples  used  in  presentation   http://github.com/osu-­‐eesc   Drupal  Commerce   http://www.drupalcommerce.org   Commerce  Kickstart   https://drupal.org/project/commerce_kickstart   Bootstrap   http://getbootstrap.com/   21
  • 22. NETC  2014  -­‐  Tekkies  in  the  Little  Apple Bryan Mayjor bryan.mayjor@oregonstate.edu 22 Source: http://http://www.marcandangel.com