SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

Similar a 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
 

Similar a 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
 

Último

Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfnoumannajam04
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceanilsa9823
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceanilsa9823
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666nishakur201
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theorydrae5
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,dollysharma2066
 
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceanilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceanilsa9823
 
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)Delhi Call girls
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxABMWeaklings
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..nishakur201
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceanilsa9823
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girlsPooja Nehwal
 
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...PsychicRuben LoveSpells
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfpastor83
 

Último (20)

Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdf
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
 
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
 
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
 
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
 
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
 
call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..call girls in candolim beach 9870370636] NORTH GOA ..
call girls in candolim beach 9870370636] NORTH GOA ..
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
 
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdf
 

Open Source eCommerce with OXID eShop