SlideShare ist ein Scribd-Unternehmen logo
1 von 78
Open Source ECommerce
with OXID eShop

     OXID eSales AG
     LinuxTag, Berlin, July 25th 2009

     Marco Steinhäuser
     Community Guide



                                        © 2009 OXID eSales AG
Agenda

Introducing OXID eShop
Install and Configure the Software
The Frontend
Administration Interface
Template System
Architecture
Extending OXID eShop



                                     © 2009 OXID eSales AG
About OXID eSales


Creator of OXID eShop
60 employees
2.500 customers
Founded in 2003
Headquarters in Freiburg, Germany




                                    © 2009 OXID eSales AG
Introducing OXID eShop


Proven shopping cart system
Feature rich
Written in PHP5 (strictly OO) and MySQL
Provides an framework (API)
Long market track-record (SME to large enterprises)
Two-year re-factoring and transition to agile development including
unit testing
Community Edition's License: GPLv3




                                                                 © 2009 OXID eSales AG
Agenda

Introducing OXID eShop
Install and Configure the Software
The Frontend
Administration Interface
Template System
Architecture
Extending OXID eShop



                                     © 2009 OXID eSales AG
Install and Configure the Software
Download the Community Edition




                                     © 2009 OXID eSales AG
Install and Configure the Software
Transfer to Server using FTP




                                     © 2009 OXID eSales AG
Install and Configure the Software
Download the Community Edition using SVN




In Terminal:
$ svn export http://svn.oxid-esales.com/tags/CE-4.1.2-18998/




                                                               © 2009 OXID eSales AG
Install and Configure the Software
Create a Database using phpMyAdmin




                                     © 2009 OXID eSales AG
Install and Configure the Software
Create a Database using Terminal




                                     © 2009 OXID eSales AG
Install and Configure the Software
Run the Setup Routine




                                     © 2009 OXID eSales AG
Install and Configure the Software
Run the Setup Routine




                                     © 2009 OXID eSales AG
Install and Configure the Software
Run the Setup Routine




                                     © 2009 OXID eSales AG
Install and Configure the Software
Run the Setup Routine




                                     © 2009 OXID eSales AG
Install and Configure the Software
Run the Setup Routine




                                     © 2009 OXID eSales AG
Install and Configure the Software
Run the Setup Routine




                                     © 2009 OXID eSales AG
Install and Configure the Software
Run the Setup Routine




                                     © 2009 OXID eSales AG
Install and Configure the Software
Run the Setup Routine




                                     © 2009 OXID eSales AG
Install and Configure the Software
The Frontend




                                     © 2009 OXID eSales AG
Agenda

Introducing OXID eShop
Install and Configure the Software
The Frontend
Administration Interface
Template System
Architecture
Extending OXID eShop



                                     © 2009 OXID eSales AG
The Frontend
Service Area




               © 2009 OXID eSales AG
The Frontend
My Account




               © 2009 OXID eSales AG
The Frontend
OpenID Support




                 © 2009 OXID eSales AG
The Frontend
Multiple Languages




                     © 2009 OXID eSales AG
The Frontend
Multiple Currencies




                      © 2009 OXID eSales AG
The Frontend
Navigation - Categories




                          © 2009 OXID eSales AG
The Frontend
Navigation - Categories




                          © 2009 OXID eSales AG
The Frontend
Onsite Search Function




                         © 2009 OXID eSales AG
The Frontend
Filter Function




                  © 2009 OXID eSales AG
The Frontend
General Information




                      © 2009 OXID eSales AG
The Frontend
Cross-Selling




                © 2009 OXID eSales AG
The Frontend
Free Tagging




               © 2009 OXID eSales AG
The Frontend
List View




               © 2009 OXID eSales AG
The Frontend
List View




               © 2009 OXID eSales AG
The Frontend
Product Details - SEO URLs




                             © 2009 OXID eSales AG
The Frontend
Product Details - Social Components




                                      © 2009 OXID eSales AG
The Frontend
Product Details – Zoom Pictures




                                  © 2009 OXID eSales AG
The Frontend
Product Details – Zoom Pictures




                                  © 2009 OXID eSales AG
The Frontend
Product Details – Zoom Pictures




                                  © 2009 OXID eSales AG
Agenda

Introducing OXID eShop
Install and Configure the Software
The Frontend
Administration Interface
Template System
Architecture
Extending OXID eShop



                                     © 2009 OXID eSales AG
Administrative Work
Login




                      © 2009 OXID eSales AG
Administrative Work
Create a Category - Main




                           © 2009 OXID eSales AG
Administrative Work
Create a Category - SEO




                          © 2009 OXID eSales AG
Administrative Work
Create a Product - Main




                          © 2009 OXID eSales AG
Administrative Work
Create a Product - Extended




                              © 2009 OXID eSales AG
Administrative Work
Create a Product - Variants




                              © 2009 OXID eSales AG
Administrative Work
Payment Methods




                      © 2009 OXID eSales AG
Administrative Work
Shipping Cost Rules




                      © 2009 OXID eSales AG
Administrative Work
Shipping Methods




                      © 2009 OXID eSales AG
Administrative Work
Shipping Methods in Frontend




                               © 2009 OXID eSales AG
Administrative Work
Change Look&Feel




                      © 2009 OXID eSales AG
Administrative Work
Kick Look&Feel from Navigation




                                 © 2009 OXID eSales AG
Administrative Work
Kick Look&Feel from Navigation




                                 © 2009 OXID eSales AG
Administrative Work
Kick Look&Feel from Navigation




                                 © 2009 OXID eSales AG
Agenda

Introducing OXID eShop
Install and Configure the Software
The Frontend
Administration Interface
Template System
Architecture
Extending OXID eShop



                                     © 2009 OXID eSales AG
Template System
Seperate Functionality and Design




                                    © 2009 OXID eSales AG
Template System
Location of Template Files




                             © 2009 OXID eSales AG
Template System
details.tpl




                  © 2009 OXID eSales AG
Template System
details.tpl




                  © 2009 OXID eSales AG
Template System
HTML




                  © 2009 OXID eSales AG
Template System
Smarty Tags for Dynamic Content




                                  © 2009 OXID eSales AG
Template System
Smarty Cache




                  © 2009 OXID eSales AG
Agenda

Introducing OXID eShop
Install and Configure the Software
The Frontend
Administration Interface
Template System
Architecture
Extending OXID eShop



                                     © 2009 OXID eSales AG
Architecture
API for Extensions Development




                                 © 2009 OXID eSales AG
Architecture
Strictly MVC-oriented




                        © 2009 OXID eSales AG
Architecture
Location of the Model Classes (Overridable)




                                              © 2009 OXID eSales AG
Architecture
Location of the View Classes (Overridable)




                                             © 2009 OXID eSales AG
Architecture
Method Chaining




                  © 2009 OXID eSales AG
Architecture
Use of get() and set()-Functions




                                   © 2009 OXID eSales AG
Agenda

Introducing OXID eShop
Install and Configure the Software
The Frontend
Administration Interface
Template System
Architecture
Extending OXID eShop



                                     © 2009 OXID eSales AG
Extending OXID eShop
Extend the Functionality




                           © 2009 OXID eSales AG
Extending OXID eShop
Write a Module (e.g. Clear Smarty Cache)




                                           © 2009 OXID eSales AG
Extending OXID eShop
Put it to /modules/




                       © 2009 OXID eSales AG
Extending OXID eShop
Register the Module in Admin




                               © 2009 OXID eSales AG
Extending OXID eShop
Deactivate the Productive Mode




                                 © 2009 OXID eSales AG
Extending OXID eShop
Cache cleared :-)




                       © 2009 OXID eSales AG
OXID eShop
Trusted Open Source eCommerce




                                © 2009 OXID eSales AG
Thanks a lot!

  OXID eSales AG
  Bertoldstraße 48
  79098 Freiburg

  www.oxid-esales.com
  E-Mail: marco.steinhaeuser@oxid-esales.com
  Fon: +49 (0)7 61 - 3 68 89 - 153




                                               © 2009 OXID eSales AG

Weitere ähnliche Inhalte

Ähnlich wie Open Source eCommerce with OXID eShop

How to map Domain changes on an existing Database
How to map Domain changes on an existing DatabaseHow to map Domain changes on an existing Database
How to map Domain changes on an existing DatabasePhilip Washington Sorst
 
New software despite legacy DB
New software despite legacy DBNew software despite legacy DB
New software despite legacy DBPierluigi Meloni
 
Open-Xchange Elevator Pitch
Open-Xchange Elevator PitchOpen-Xchange Elevator Pitch
Open-Xchange Elevator PitchUnivention GmbH
 
IDES.ppt
IDES.pptIDES.ppt
IDES.pptPDGERP
 
IDES.ppt
IDES.pptIDES.ppt
IDES.pptPDGERP
 
Unity global cs presentation
Unity global cs presentationUnity global cs presentation
Unity global cs presentationKollar Bruno
 
Implementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCIImplementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCISven Bernhardt
 
Implementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCIImplementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCISven Bernhardt
 
Open Architecture in the Adobe Marketing Cloud - Summit 2014
Open Architecture in the Adobe Marketing Cloud - Summit 2014Open Architecture in the Adobe Marketing Cloud - Summit 2014
Open Architecture in the Adobe Marketing Cloud - Summit 2014Paolo Mottadelli
 
Introduction to WSO2 Developer Studio
Introduction to WSO2 Developer Studio Introduction to WSO2 Developer Studio
Introduction to WSO2 Developer Studio WSO2
 
Infrastructure is code with the AWS CDK - MAD312 - New York AWS Summit
Infrastructure is code with the AWS CDK - MAD312 - New York AWS SummitInfrastructure is code with the AWS CDK - MAD312 - New York AWS Summit
Infrastructure is code with the AWS CDK - MAD312 - New York AWS SummitAmazon Web Services
 
Implementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCIImplementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCISven Bernhardt
 
Strengthening Operations with Splunk and AWS CloudTrail
Strengthening Operations with Splunk and AWS CloudTrailStrengthening Operations with Splunk and AWS CloudTrail
Strengthening Operations with Splunk and AWS CloudTrailAlan Williams
 
Executing a Large-Scale Migration to AWS
Executing a Large-Scale Migration to AWSExecuting a Large-Scale Migration to AWS
Executing a Large-Scale Migration to AWSAmazon Web Services
 
WebEx Avago Presentation for Eccolo Media 2010
WebEx Avago Presentation for Eccolo Media 2010WebEx Avago Presentation for Eccolo Media 2010
WebEx Avago Presentation for Eccolo Media 2010Matthew McHale
 
Digital Experience is a teamsport - Sitecore User Group Conference keynote
Digital Experience is a teamsport - Sitecore User Group Conference keynoteDigital Experience is a teamsport - Sitecore User Group Conference keynote
Digital Experience is a teamsport - Sitecore User Group Conference keynotePieter Brinkman
 
How Autodesk Leverages Splunk as an Assurance Platform on AWS
How Autodesk Leverages Splunk as an Assurance Platform on AWSHow Autodesk Leverages Splunk as an Assurance Platform on AWS
How Autodesk Leverages Splunk as an Assurance Platform on AWSAlan Williams
 
WSO2Con US 2013 - Unleashing your Connected Business
WSO2Con US 2013 - Unleashing your Connected BusinessWSO2Con US 2013 - Unleashing your Connected Business
WSO2Con US 2013 - Unleashing your Connected BusinessWSO2
 

Ähnlich wie Open Source eCommerce with OXID eShop (20)

How to map Domain changes on an existing Database
How to map Domain changes on an existing DatabaseHow to map Domain changes on an existing Database
How to map Domain changes on an existing Database
 
New software despite legacy DB
New software despite legacy DBNew software despite legacy DB
New software despite legacy DB
 
Open-Xchange Elevator Pitch
Open-Xchange Elevator PitchOpen-Xchange Elevator Pitch
Open-Xchange Elevator Pitch
 
IDES.ppt
IDES.pptIDES.ppt
IDES.ppt
 
IDES.ppt
IDES.pptIDES.ppt
IDES.ppt
 
Evolve18 | Carmen Sutter & Sarah Xu | Accelerate your Digital Experience with...
Evolve18 | Carmen Sutter & Sarah Xu | Accelerate your Digital Experience with...Evolve18 | Carmen Sutter & Sarah Xu | Accelerate your Digital Experience with...
Evolve18 | Carmen Sutter & Sarah Xu | Accelerate your Digital Experience with...
 
Unity global cs presentation
Unity global cs presentationUnity global cs presentation
Unity global cs presentation
 
Implementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCIImplementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCI
 
Implementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCIImplementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCI
 
Open Architecture in the Adobe Marketing Cloud - Summit 2014
Open Architecture in the Adobe Marketing Cloud - Summit 2014Open Architecture in the Adobe Marketing Cloud - Summit 2014
Open Architecture in the Adobe Marketing Cloud - Summit 2014
 
Introduction to WSO2 Developer Studio
Introduction to WSO2 Developer Studio Introduction to WSO2 Developer Studio
Introduction to WSO2 Developer Studio
 
Infrastructure is code with the AWS CDK - MAD312 - New York AWS Summit
Infrastructure is code with the AWS CDK - MAD312 - New York AWS SummitInfrastructure is code with the AWS CDK - MAD312 - New York AWS Summit
Infrastructure is code with the AWS CDK - MAD312 - New York AWS Summit
 
Implementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCIImplementing API-led Cloud-native apps on OCI
Implementing API-led Cloud-native apps on OCI
 
Strengthening Operations with Splunk and AWS CloudTrail
Strengthening Operations with Splunk and AWS CloudTrailStrengthening Operations with Splunk and AWS CloudTrail
Strengthening Operations with Splunk and AWS CloudTrail
 
Executing a Large-Scale Migration to AWS
Executing a Large-Scale Migration to AWSExecuting a Large-Scale Migration to AWS
Executing a Large-Scale Migration to AWS
 
Wind Data Analysis
Wind Data AnalysisWind Data Analysis
Wind Data Analysis
 
WebEx Avago Presentation for Eccolo Media 2010
WebEx Avago Presentation for Eccolo Media 2010WebEx Avago Presentation for Eccolo Media 2010
WebEx Avago Presentation for Eccolo Media 2010
 
Digital Experience is a teamsport - Sitecore User Group Conference keynote
Digital Experience is a teamsport - Sitecore User Group Conference keynoteDigital Experience is a teamsport - Sitecore User Group Conference keynote
Digital Experience is a teamsport - Sitecore User Group Conference keynote
 
How Autodesk Leverages Splunk as an Assurance Platform on AWS
How Autodesk Leverages Splunk as an Assurance Platform on AWSHow Autodesk Leverages Splunk as an Assurance Platform on AWS
How Autodesk Leverages Splunk as an Assurance Platform on AWS
 
WSO2Con US 2013 - Unleashing your Connected Business
WSO2Con US 2013 - Unleashing your Connected BusinessWSO2Con US 2013 - Unleashing your Connected Business
WSO2Con US 2013 - Unleashing your Connected Business
 

Kürzlich hochgeladen

Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan
 
E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxJackieSparrow3
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
西伦敦大学毕业证学位证成绩单-怎么样做
西伦敦大学毕业证学位证成绩单-怎么样做西伦敦大学毕业证学位证成绩单-怎么样做
西伦敦大学毕业证学位证成绩单-怎么样做j5bzwet6
 
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 AvilableCall Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilabledollysharma2066
 
南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证kbdhl05e
 
Call Girls In Dwarka Sub City ☎️7838079806 ✅ 💯Call Girls In Delhi
Call Girls In Dwarka Sub City  ☎️7838079806 ✅ 💯Call Girls In DelhiCall Girls In Dwarka Sub City  ☎️7838079806 ✅ 💯Call Girls In Delhi
Call Girls In Dwarka Sub City ☎️7838079806 ✅ 💯Call Girls In DelhiSoniyaSingh
 
Inspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxInspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxShubham Rawat
 
(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)oannq
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭o8wvnojp
 
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ EscortsDelhi Escorts Service
 

Kürzlich hochgeladen (12)

Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
 
E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptx
 
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Govindpuri Delhi 💯Call Us 🔝8264348440🔝
 
西伦敦大学毕业证学位证成绩单-怎么样做
西伦敦大学毕业证学位证成绩单-怎么样做西伦敦大学毕业证学位证成绩单-怎么样做
西伦敦大学毕业证学位证成绩单-怎么样做
 
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 AvilableCall Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
Call Girls In Karkardooma 83770 87607 Just-Dial Escorts Service 24X7 Avilable
 
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Lado Sarai Delhi reach out to us at 🔝9953056974🔝
 
南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证
 
Call Girls In Dwarka Sub City ☎️7838079806 ✅ 💯Call Girls In Delhi
Call Girls In Dwarka Sub City  ☎️7838079806 ✅ 💯Call Girls In DelhiCall Girls In Dwarka Sub City  ☎️7838079806 ✅ 💯Call Girls In Delhi
Call Girls In Dwarka Sub City ☎️7838079806 ✅ 💯Call Girls In Delhi
 
Inspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxInspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptx
 
(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)
 
办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭办理西悉尼大学毕业证成绩单、制作假文凭
办理西悉尼大学毕业证成绩单、制作假文凭
 
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
(No.1)↠Young Call Girls in Sikanderpur (Gurgaon) ꧁❤ 9711911712 ❤꧂ Escorts
 

Open Source eCommerce with OXID eShop