SlideShare ist ein Scribd-Unternehmen logo
1 von 23
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Introduction to Magento
By: Gautam Dhudashiya
PHP Trainee
gautam.dhudashiya@knowarth.com
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Agenda : Discussion on Magento
 Introduction
 Architecture Overview
 Popular Features
 Magento Connect
 Demonstration
 Upcoming release-Magento 2 (New features)
 Resources for Learning
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Introduction
3
 Magento is an open-source CMS for e-commerce web sites.
 The software was originally developed by Varien Inc., a US private company
headquartered in California.
 Varien published the first general-availability release of the software
on March 31, 2008
 Later sold share of the company to eBay, which is now the sole owner.
 More than 240,000 merchants worldwide
Based on
 Linux, Apache, MySQL, PHP
 PHP - Zend Framework
 JS - Prototype & Script
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Editions
4@2015 KNOWARTH
 Community Edition
 It is the perfect solution if you're a developer or tech-savvy merchant that
wants to explore the flexibility of the Magento e Commerce platform.
 You can modify—and even contribute to—the core code and help to magento
community for support and guidance.
 Enterprise Edition
 Magento Enterprise Edition is the high performance, scalable e Commerce
solution for fast-growing and large businesses.
 Manage Large Number of Product, Faster Re-indexing, Reduces Load
Time,Enhance Tax Calculation, Faster Check out
 In Built Gift Wrapping, More Functional Mail System
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Market Share over other E-Commerce platform
5@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
MVC Architecture
6
MVC Stands for
ModelModel
ViewView
ControllerController
The Software Logic:
 Business Rule
 Application Data
The Software Logic:
 Business Rule
 Application Data
The User InterfaceThe User Interface
Communication Between
Users and Model
Communication Between
Users and Model
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
MVC Architecture
7
HTTP
Request
Browser
HTTP
Response
Execution
Parameters
Resulting
Data Analysis
Resulting
Data Array
GUI
Connect
Controllers
Model
View
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
EAV Model : Entity - Attribute - Value
8
 We can insert anything without changing its structure. This is the main benefit
of EAV structure.
 Main problem with EAV structure is that, it is much slower than custom made
solution because of SQL query complexity
 Magento Store each Value in Different Table
Entity Model
EAV Attribute
Value Table
Varchar
Value Table
Text
Value Table
Int
Value Table
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
EAV Data Structure
9@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Code pool
10
Magento has three different code pools:
 3rd party extensions
 Free and paid extensions
 stores all the code
 never make any changes
 Own Magento-based Code
 Override Magento extensions,
blocks or methods
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Code pool
11
 How the framework knows which code
pools apply in particular module.
 For that app/etc/modules and open any of custom
module file.
<?xml version=”1.0″?>
<config>
<modules>
<ModualName>
<active>true</active>
<codePool>local</codePool>
</ModualName>
</modules>
</config>
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Popular Features
12
Site Management
Search Engine Optimization
Catalog Browsing
Marketing and Promotion Tools
Checkout
Reporting and Analytic
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Site Management
13
 Control multiple websites and stores from one Administration Panel.
 Administration permission system roles and users
 Fully 100% customizable design using templates
 Support for multiple languages and currencies. Web Services API for easy
integration between Magento and third-party applications
 Import and export of catalog and customer information
 CMS for informational pages
 Tax rates per location, product type or customer group (i.e. wholesale vs.
retailer)
 CAPTCHA functionality
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Search Engine Optimization
14
 100% search engine friendly
 Google Site Map
 Search engine friendly URL’s
 URL rewrites give full control of URL’s
 Meta-information for products, categories and content pages
 Auto-generated site map for display on site
 Google Content API for shopping
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Catalog Browsing
15
 Dynamic Attribute-Based Catalog for Flexibility
 Layered Navigation
 Product Comparison
 Recently Viewed and Compared
 Product Reviews and Ratings
 Landing Pages, Banners and Personalized Content
 Configurable Sorting
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Marketing and Promotion Tools
16
 Flexible coupons (pricing rules)
 Easily manage and monitor coupon usage and generate detailed reports
 Multi-tier pricing for quantity discounts
 Customer groups
 Product bundles
 New items promotional tool
 Free shipping options
 Polls, Newsletter management
 Send to a friend for all visitors or registered users only
 Send wish lists by email
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Checkout
17
 Dozens of Payment Gateways
 Alternative Payment Methods (PayPal, Google Checkout and Checkout by Amazon)
 One-Page Checkout
 Checkout as Guest
 Use Existing Account
 Ship-to-Multiple Addresses Checkout
 Real-time rates
Store Credit and Gift Cards
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Reporting and Analytics
18
 Integrated with Google Analytics and Website Optimizer
 Admin dashboard for report overview
 Sales report
 Tax report
 Best viewed products report
 Best purchased products report
 Low stock report
 Search terms report
 Product reviews report
 Tags ,Coupon usage ,Total sales invoiced, Total sales refunded Reports
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Magento Connect
19
 e Commerce platform use extensions to make their online stores to do even more.
Magento Connect is the largest e Commerce application marketplace in the world.
 There are three types of Magento extensions:
• Core Extensions
• Community Extensions
• Commercial Extensions
 Creating a Magento Community extension
 Downloading and Installing
• Get Extension Key
• Download and Installation
• Manage Existing Packages
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Demonstration
20
 Installation - Guide
 Admin Panel overview
 Custom Module
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Upcoming release-Magento 2 (New features)
21
 Compatible more Popular Platforms
 jQuery Library
 Performance Enhancement
 Component Oriented Architecture
 Directories Structure
 Automated Testing
 Better security
 Jquery Javascript Framework
 Full Page Caching
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
Resources for Learning
22
 Download Magento Package
https://www.magentocommerce.com/products/downloads/magento/
 Magento Connect - For Extension
http://www.magentocommerce.com/magento-connect/
 Magento Certification
• MAGENTO CERTIFIED SOLUTION SPECIALIST
• FRONT END DEVELOPER CERTIFICATION
• CERTIFIED DEVELOPER AND DEVELOPER PLUS
• MAGENTO MODERATED CERTIFICATION STUDY GROUP
http://magento.com/training/catalog/certification
@2015 KNOWARTH
SLIDE TITLE
 Click to edit Master text styles
 Second level
 Third level
 Fourth level
 Fifth level
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Magento Live eCommerce Demo Tutorial for Beginners » Magento Universe
Magento Live eCommerce Demo Tutorial for Beginners » Magento UniverseMagento Live eCommerce Demo Tutorial for Beginners » Magento Universe
Magento Live eCommerce Demo Tutorial for Beginners » Magento UniversePuneet Parashar
 
Magento Overview
Magento  OverviewMagento  Overview
Magento OverviewAbid Malik
 
Magento 2 looks like.
Magento 2 looks like.Magento 2 looks like.
Magento 2 looks like.Magestore
 
New Features in Magento Enterprise Edition 1.14 (EE) Magento Community Editio...
New Features in Magento Enterprise Edition 1.14 (EE) Magento Community Editio...New Features in Magento Enterprise Edition 1.14 (EE) Magento Community Editio...
New Features in Magento Enterprise Edition 1.14 (EE) Magento Community Editio...Mike Taylor
 
Magento feature list in 1.9
Magento feature list in 1.9Magento feature list in 1.9
Magento feature list in 1.9Sourav Mondol
 
C Soft E Commerce&amp;Web 201105
C Soft E Commerce&amp;Web 201105C Soft E Commerce&amp;Web 201105
C Soft E Commerce&amp;Web 201105buibadat
 
Meet Magento Belarus - Elena Leonova
Meet Magento Belarus - Elena LeonovaMeet Magento Belarus - Elena Leonova
Meet Magento Belarus - Elena LeonovaAmasty
 
Websphere Commerce SEO
Websphere Commerce SEOWebsphere Commerce SEO
Websphere Commerce SEOShinu Suresh
 
Building Ecommerce Storefronts on the JAMstack
Building Ecommerce Storefronts on the JAMstackBuilding Ecommerce Storefronts on the JAMstack
Building Ecommerce Storefronts on the JAMstackBigCommerce
 
Magento Business proposal
Magento Business proposalMagento Business proposal
Magento Business proposalAdeel Ishfaq
 
Nenad Andrakovic - Changing the way frontend developers think and work - Mage...
Nenad Andrakovic - Changing the way frontend developers think and work - Mage...Nenad Andrakovic - Changing the way frontend developers think and work - Mage...
Nenad Andrakovic - Changing the way frontend developers think and work - Mage...Meet Magento Italy
 
Woocommerce in 30 minutes
Woocommerce in 30 minutesWoocommerce in 30 minutes
Woocommerce in 30 minutesMatthew Nelson
 
How to migrate data from AmeriCommerce to Magento by LitExtension
How to migrate data from AmeriCommerce to Magento by LitExtensionHow to migrate data from AmeriCommerce to Magento by LitExtension
How to migrate data from AmeriCommerce to Magento by LitExtensionLitExtension
 

Was ist angesagt? (20)

Mangento
MangentoMangento
Mangento
 
Steps to Setup Magento Multi-Stores
Steps to Setup Magento Multi-StoresSteps to Setup Magento Multi-Stores
Steps to Setup Magento Multi-Stores
 
Virtue mart ppt
Virtue mart pptVirtue mart ppt
Virtue mart ppt
 
Magento Live eCommerce Demo Tutorial for Beginners » Magento Universe
Magento Live eCommerce Demo Tutorial for Beginners » Magento UniverseMagento Live eCommerce Demo Tutorial for Beginners » Magento Universe
Magento Live eCommerce Demo Tutorial for Beginners » Magento Universe
 
Magento Overview
Magento  OverviewMagento  Overview
Magento Overview
 
Magento 2 looks like.
Magento 2 looks like.Magento 2 looks like.
Magento 2 looks like.
 
Magento 2
Magento 2Magento 2
Magento 2
 
New Features in Magento Enterprise Edition 1.14 (EE) Magento Community Editio...
New Features in Magento Enterprise Edition 1.14 (EE) Magento Community Editio...New Features in Magento Enterprise Edition 1.14 (EE) Magento Community Editio...
New Features in Magento Enterprise Edition 1.14 (EE) Magento Community Editio...
 
Magento feature list in 1.9
Magento feature list in 1.9Magento feature list in 1.9
Magento feature list in 1.9
 
C Soft E Commerce&amp;Web 201105
C Soft E Commerce&amp;Web 201105C Soft E Commerce&amp;Web 201105
C Soft E Commerce&amp;Web 201105
 
Meet Magento Belarus - Elena Leonova
Meet Magento Belarus - Elena LeonovaMeet Magento Belarus - Elena Leonova
Meet Magento Belarus - Elena Leonova
 
Websphere Commerce SEO
Websphere Commerce SEOWebsphere Commerce SEO
Websphere Commerce SEO
 
WooCommerce
WooCommerceWooCommerce
WooCommerce
 
Building Ecommerce Storefronts on the JAMstack
Building Ecommerce Storefronts on the JAMstackBuilding Ecommerce Storefronts on the JAMstack
Building Ecommerce Storefronts on the JAMstack
 
Magento Business proposal
Magento Business proposalMagento Business proposal
Magento Business proposal
 
Nenad Andrakovic - Changing the way frontend developers think and work - Mage...
Nenad Andrakovic - Changing the way frontend developers think and work - Mage...Nenad Andrakovic - Changing the way frontend developers think and work - Mage...
Nenad Andrakovic - Changing the way frontend developers think and work - Mage...
 
Woocommerce in 30 minutes
Woocommerce in 30 minutesWoocommerce in 30 minutes
Woocommerce in 30 minutes
 
wCart
wCartwCart
wCart
 
Customized Shopping Cart Solutions
Customized Shopping Cart SolutionsCustomized Shopping Cart Solutions
Customized Shopping Cart Solutions
 
How to migrate data from AmeriCommerce to Magento by LitExtension
How to migrate data from AmeriCommerce to Magento by LitExtensionHow to migrate data from AmeriCommerce to Magento by LitExtension
How to migrate data from AmeriCommerce to Magento by LitExtension
 

Andere mochten auch

Magento 101: A technical overview
Magento 101: A technical overviewMagento 101: A technical overview
Magento 101: A technical overviewX.commerce
 
Magento Imagine eCommerce, Day 1, Roy Rubin Co-Founder & CEO
Magento Imagine eCommerce, Day 1, Roy Rubin Co-Founder & CEOMagento Imagine eCommerce, Day 1, Roy Rubin Co-Founder & CEO
Magento Imagine eCommerce, Day 1, Roy Rubin Co-Founder & CEOvarien
 
Magnificent Growth History of Magento Development
Magnificent Growth History of Magento DevelopmentMagnificent Growth History of Magento Development
Magnificent Growth History of Magento Developmentkristinakathy
 
How can Magento help your business - Deepak Anand (Magento)
How can Magento help your business - Deepak Anand (Magento)How can Magento help your business - Deepak Anand (Magento)
How can Magento help your business - Deepak Anand (Magento)PushON Ltd
 
Kartaca magento-en presentation
Kartaca magento-en presentationKartaca magento-en presentation
Kartaca magento-en presentationZafer Düzen
 
Magento New York Forum 11/5 Presentation
Magento New York Forum 11/5 PresentationMagento New York Forum 11/5 Presentation
Magento New York Forum 11/5 PresentationGorilla Group
 
Imagine recap-devhub
Imagine recap-devhubImagine recap-devhub
Imagine recap-devhubMagento Dev
 
Magento Roy Rubin Amsterdam Presentation
Magento Roy Rubin Amsterdam PresentationMagento Roy Rubin Amsterdam Presentation
Magento Roy Rubin Amsterdam Presentationvarien
 
SagePay Magento Ecommerce Forum Presentation
SagePay Magento Ecommerce Forum PresentationSagePay Magento Ecommerce Forum Presentation
SagePay Magento Ecommerce Forum PresentationPushON Ltd
 
Magento 2 product import export
Magento 2 product import exportMagento 2 product import export
Magento 2 product import exportBenno Lippert
 
How To Create Theme in Magento 2 - Part 1
How To Create Theme in Magento 2 - Part 1How To Create Theme in Magento 2 - Part 1
How To Create Theme in Magento 2 - Part 1Magestore
 
How to Install Magento 2 [Latest Version]
How to Install Magento 2 [Latest Version]How to Install Magento 2 [Latest Version]
How to Install Magento 2 [Latest Version]M-Connect Media
 
E-commerce et CMS Magento : outil d animation commerciale
E-commerce et CMS Magento : outil d animation commercialeE-commerce et CMS Magento : outil d animation commerciale
E-commerce et CMS Magento : outil d animation commercialeKapsicum
 
Magento présentation
Magento présentationMagento présentation
Magento présentationRémi MORIN
 

Andere mochten auch (16)

Introduction to Magento
Introduction to MagentoIntroduction to Magento
Introduction to Magento
 
Magento 101: A technical overview
Magento 101: A technical overviewMagento 101: A technical overview
Magento 101: A technical overview
 
Magento Imagine eCommerce, Day 1, Roy Rubin Co-Founder & CEO
Magento Imagine eCommerce, Day 1, Roy Rubin Co-Founder & CEOMagento Imagine eCommerce, Day 1, Roy Rubin Co-Founder & CEO
Magento Imagine eCommerce, Day 1, Roy Rubin Co-Founder & CEO
 
Magnificent Growth History of Magento Development
Magnificent Growth History of Magento DevelopmentMagnificent Growth History of Magento Development
Magnificent Growth History of Magento Development
 
How can Magento help your business - Deepak Anand (Magento)
How can Magento help your business - Deepak Anand (Magento)How can Magento help your business - Deepak Anand (Magento)
How can Magento help your business - Deepak Anand (Magento)
 
Kartaca magento-en presentation
Kartaca magento-en presentationKartaca magento-en presentation
Kartaca magento-en presentation
 
Magento New York Forum 11/5 Presentation
Magento New York Forum 11/5 PresentationMagento New York Forum 11/5 Presentation
Magento New York Forum 11/5 Presentation
 
Imagine recap-devhub
Imagine recap-devhubImagine recap-devhub
Imagine recap-devhub
 
Fine art
Fine artFine art
Fine art
 
Magento Roy Rubin Amsterdam Presentation
Magento Roy Rubin Amsterdam PresentationMagento Roy Rubin Amsterdam Presentation
Magento Roy Rubin Amsterdam Presentation
 
SagePay Magento Ecommerce Forum Presentation
SagePay Magento Ecommerce Forum PresentationSagePay Magento Ecommerce Forum Presentation
SagePay Magento Ecommerce Forum Presentation
 
Magento 2 product import export
Magento 2 product import exportMagento 2 product import export
Magento 2 product import export
 
How To Create Theme in Magento 2 - Part 1
How To Create Theme in Magento 2 - Part 1How To Create Theme in Magento 2 - Part 1
How To Create Theme in Magento 2 - Part 1
 
How to Install Magento 2 [Latest Version]
How to Install Magento 2 [Latest Version]How to Install Magento 2 [Latest Version]
How to Install Magento 2 [Latest Version]
 
E-commerce et CMS Magento : outil d animation commerciale
E-commerce et CMS Magento : outil d animation commercialeE-commerce et CMS Magento : outil d animation commerciale
E-commerce et CMS Magento : outil d animation commerciale
 
Magento présentation
Magento présentationMagento présentation
Magento présentation
 

Ähnlich wie Introduction to Magento - KNOWARTH

Magento enterprise presentatie
Magento enterprise presentatieMagento enterprise presentatie
Magento enterprise presentatievalantic NL
 
The biggest stores on Magento
The biggest stores on MagentoThe biggest stores on Magento
The biggest stores on MagentoDivante
 
Magento live eCommerce demo tutorial for beginners by Magento Universe
Magento live eCommerce demo tutorial for beginners by Magento UniverseMagento live eCommerce demo tutorial for beginners by Magento Universe
Magento live eCommerce demo tutorial for beginners by Magento UniverseMagento Universe
 
Magento vs big commerce a detailed comparison guide - ziffity
Magento vs big commerce  a detailed comparison guide - ziffityMagento vs big commerce  a detailed comparison guide - ziffity
Magento vs big commerce a detailed comparison guide - ziffityZiffity Solutions LLC
 
Magento 2.4.4 Version Released- What is New for E-commerce Website Development
Magento 2.4.4 Version Released- What is New for E-commerce Website DevelopmentMagento 2.4.4 Version Released- What is New for E-commerce Website Development
Magento 2.4.4 Version Released- What is New for E-commerce Website DevelopmentMagento India
 
Shamit Khemka talks about 5 major advantages of Magento
Shamit Khemka talks about 5 major advantages of MagentoShamit Khemka talks about 5 major advantages of Magento
Shamit Khemka talks about 5 major advantages of MagentoSynapseIndia
 
Open Source Ecommerce in PHP
Open Source Ecommerce in PHPOpen Source Ecommerce in PHP
Open Source Ecommerce in PHPSaidur Rahman
 
Ryan_scott_magentocom_china_keynote_18112013
Ryan_scott_magentocom_china_keynote_18112013Ryan_scott_magentocom_china_keynote_18112013
Ryan_scott_magentocom_china_keynote_18112013Bluecom Group
 
Backwards Compatibility Developers Guide. #MM17NL
Backwards Compatibility Developers Guide. #MM17NLBackwards Compatibility Developers Guide. #MM17NL
Backwards Compatibility Developers Guide. #MM17NLIgor Miniailo
 
Making The Switch From Magento 1.x To Magento 2.0
Making The Switch From Magento 1.x To Magento 2.0Making The Switch From Magento 1.x To Magento 2.0
Making The Switch From Magento 1.x To Magento 2.0APPSeCONNECT
 
Customer FX Technical Reference Sheet
Customer FX Technical Reference SheetCustomer FX Technical Reference Sheet
Customer FX Technical Reference SheetGoodCustomers
 
HTML5 Up and Running
HTML5 Up and RunningHTML5 Up and Running
HTML5 Up and RunningCodemotion
 
Magento 2 community edition and enterprise edition what suits you best
Magento 2 community edition and enterprise edition  what suits you bestMagento 2 community edition and enterprise edition  what suits you best
Magento 2 community edition and enterprise edition what suits you bestIDS Logic Pvt. Ltd.
 
Why Should You Choose Magento eCommerce for Your Online Store
Why Should You Choose Magento eCommerce for Your Online StoreWhy Should You Choose Magento eCommerce for Your Online Store
Why Should You Choose Magento eCommerce for Your Online StorePixlogix Infotech
 
Hire Magento Developer India - AResourcepool
Hire Magento Developer India - AResourcepoolHire Magento Developer India - AResourcepool
Hire Magento Developer India - AResourcepoolAResourcePool
 
Marketo Engage January 2021 Product Release Presentation
Marketo Engage January 2021 Product Release PresentationMarketo Engage January 2021 Product Release Presentation
Marketo Engage January 2021 Product Release PresentationMarketo
 

Ähnlich wie Introduction to Magento - KNOWARTH (20)

Magento enterprise presentatie
Magento enterprise presentatieMagento enterprise presentatie
Magento enterprise presentatie
 
Magento_2.0_-_Digital_Commerce_Architecture_-_White_Paper_-_Nov2015-2016-02-0...
Magento_2.0_-_Digital_Commerce_Architecture_-_White_Paper_-_Nov2015-2016-02-0...Magento_2.0_-_Digital_Commerce_Architecture_-_White_Paper_-_Nov2015-2016-02-0...
Magento_2.0_-_Digital_Commerce_Architecture_-_White_Paper_-_Nov2015-2016-02-0...
 
The biggest stores on Magento
The biggest stores on MagentoThe biggest stores on Magento
The biggest stores on Magento
 
Magento live eCommerce demo tutorial for beginners by Magento Universe
Magento live eCommerce demo tutorial for beginners by Magento UniverseMagento live eCommerce demo tutorial for beginners by Magento Universe
Magento live eCommerce demo tutorial for beginners by Magento Universe
 
Magento vs big commerce a detailed comparison guide - ziffity
Magento vs big commerce  a detailed comparison guide - ziffityMagento vs big commerce  a detailed comparison guide - ziffity
Magento vs big commerce a detailed comparison guide - ziffity
 
Magento
MagentoMagento
Magento
 
Magento 2.4.4 Version Released- What is New for E-commerce Website Development
Magento 2.4.4 Version Released- What is New for E-commerce Website DevelopmentMagento 2.4.4 Version Released- What is New for E-commerce Website Development
Magento 2.4.4 Version Released- What is New for E-commerce Website Development
 
Shamit Khemka talks about 5 major advantages of Magento
Shamit Khemka talks about 5 major advantages of MagentoShamit Khemka talks about 5 major advantages of Magento
Shamit Khemka talks about 5 major advantages of Magento
 
Open Source Ecommerce in PHP
Open Source Ecommerce in PHPOpen Source Ecommerce in PHP
Open Source Ecommerce in PHP
 
Ryan_scott_magentocom_china_keynote_18112013
Ryan_scott_magentocom_china_keynote_18112013Ryan_scott_magentocom_china_keynote_18112013
Ryan_scott_magentocom_china_keynote_18112013
 
Backwards Compatibility Developers Guide. #MM17NL
Backwards Compatibility Developers Guide. #MM17NLBackwards Compatibility Developers Guide. #MM17NL
Backwards Compatibility Developers Guide. #MM17NL
 
Making The Switch From Magento 1.x To Magento 2.0
Making The Switch From Magento 1.x To Magento 2.0Making The Switch From Magento 1.x To Magento 2.0
Making The Switch From Magento 1.x To Magento 2.0
 
Customer FX Technical Reference Sheet
Customer FX Technical Reference SheetCustomer FX Technical Reference Sheet
Customer FX Technical Reference Sheet
 
HTML5 Up and Running
HTML5 Up and RunningHTML5 Up and Running
HTML5 Up and Running
 
Magento enterprise-license
Magento enterprise-licenseMagento enterprise-license
Magento enterprise-license
 
Magento 2 community edition and enterprise edition what suits you best
Magento 2 community edition and enterprise edition  what suits you bestMagento 2 community edition and enterprise edition  what suits you best
Magento 2 community edition and enterprise edition what suits you best
 
Why Should You Choose Magento eCommerce for Your Online Store
Why Should You Choose Magento eCommerce for Your Online StoreWhy Should You Choose Magento eCommerce for Your Online Store
Why Should You Choose Magento eCommerce for Your Online Store
 
Hire Magento Developer India - AResourcepool
Hire Magento Developer India - AResourcepoolHire Magento Developer India - AResourcepool
Hire Magento Developer India - AResourcepool
 
Magento Exchange presentation
Magento Exchange  presentationMagento Exchange  presentation
Magento Exchange presentation
 
Marketo Engage January 2021 Product Release Presentation
Marketo Engage January 2021 Product Release PresentationMarketo Engage January 2021 Product Release Presentation
Marketo Engage January 2021 Product Release Presentation
 

Mehr von KNOWARTH Technologies (9)

Web Framework and Struts 2 - KNOWARTH
Web Framework and Struts 2 - KNOWARTHWeb Framework and Struts 2 - KNOWARTH
Web Framework and Struts 2 - KNOWARTH
 
Basics of Spring - KNOWARTH
Basics of Spring - KNOWARTHBasics of Spring - KNOWARTH
Basics of Spring - KNOWARTH
 
NodeJS - KNOWARTH
NodeJS - KNOWARTHNodeJS - KNOWARTH
NodeJS - KNOWARTH
 
MongoDB - KNOWARTH
MongoDB - KNOWARTHMongoDB - KNOWARTH
MongoDB - KNOWARTH
 
Java 8 - KNOWARTH
Java 8 - KNOWARTHJava 8 - KNOWARTH
Java 8 - KNOWARTH
 
Hibernate - KNOWARTH
Hibernate - KNOWARTHHibernate - KNOWARTH
Hibernate - KNOWARTH
 
VMWare based Cloud Computing - KNOWARTH
VMWare based Cloud Computing - KNOWARTHVMWare based Cloud Computing - KNOWARTH
VMWare based Cloud Computing - KNOWARTH
 
Bootstrap - KNOWARTH
Bootstrap - KNOWARTHBootstrap - KNOWARTH
Bootstrap - KNOWARTH
 
Angular JS - KNOWARTH
Angular JS - KNOWARTHAngular JS - KNOWARTH
Angular JS - KNOWARTH
 

Kürzlich hochgeladen

The 15 Minute Breakdown: 2024 Beauty Marketing Study
The 15 Minute Breakdown: 2024 Beauty Marketing StudyThe 15 Minute Breakdown: 2024 Beauty Marketing Study
The 15 Minute Breakdown: 2024 Beauty Marketing StudyKatherineBishop4
 
Call Girls In Dev kunj Delhi 9654467111 Short 1500 Night 6000
Call Girls In Dev kunj Delhi 9654467111 Short 1500 Night 6000Call Girls In Dev kunj Delhi 9654467111 Short 1500 Night 6000
Call Girls In Dev kunj Delhi 9654467111 Short 1500 Night 6000Sapana Sha
 
Indian Call Girl In Dubai #$# O5634O3O18 #$# Dubai Call Girl
Indian Call Girl In Dubai #$# O5634O3O18 #$# Dubai Call GirlIndian Call Girl In Dubai #$# O5634O3O18 #$# Dubai Call Girl
Indian Call Girl In Dubai #$# O5634O3O18 #$# Dubai Call GirlAroojKhan71
 
Film= Dubai Call Girls O525547819 Call Girls Dubai Whsatapp
Film= Dubai Call Girls O525547819 Call Girls Dubai WhsatappFilm= Dubai Call Girls O525547819 Call Girls Dubai Whsatapp
Film= Dubai Call Girls O525547819 Call Girls Dubai Whsatappkojalkojal131
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka
call Now 9811711561 Cash Payment乂 Call Girls in Dwarkacall Now 9811711561 Cash Payment乂 Call Girls in Dwarka
call Now 9811711561 Cash Payment乂 Call Girls in Dwarkavikas rana
 
The 15 Minute Breakdown: 2024 Beauty Marketing Study
The 15 Minute Breakdown: 2024 Beauty Marketing StudyThe 15 Minute Breakdown: 2024 Beauty Marketing Study
The 15 Minute Breakdown: 2024 Beauty Marketing StudyTinuiti
 
Digital Business Strategy - How Food Brands Compete Through Technology
Digital Business Strategy - How Food Brands Compete Through TechnologyDigital Business Strategy - How Food Brands Compete Through Technology
Digital Business Strategy - How Food Brands Compete Through TechnologyJoanne Cabaero
 
Top Rated Pune Call Girls Talegaon Dabhade ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Talegaon Dabhade ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Talegaon Dabhade ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Talegaon Dabhade ⟟ 6297143586 ⟟ Call Me For Genuin...Call Girls in Nagpur High Profile
 

Kürzlich hochgeladen (8)

The 15 Minute Breakdown: 2024 Beauty Marketing Study
The 15 Minute Breakdown: 2024 Beauty Marketing StudyThe 15 Minute Breakdown: 2024 Beauty Marketing Study
The 15 Minute Breakdown: 2024 Beauty Marketing Study
 
Call Girls In Dev kunj Delhi 9654467111 Short 1500 Night 6000
Call Girls In Dev kunj Delhi 9654467111 Short 1500 Night 6000Call Girls In Dev kunj Delhi 9654467111 Short 1500 Night 6000
Call Girls In Dev kunj Delhi 9654467111 Short 1500 Night 6000
 
Indian Call Girl In Dubai #$# O5634O3O18 #$# Dubai Call Girl
Indian Call Girl In Dubai #$# O5634O3O18 #$# Dubai Call GirlIndian Call Girl In Dubai #$# O5634O3O18 #$# Dubai Call Girl
Indian Call Girl In Dubai #$# O5634O3O18 #$# Dubai Call Girl
 
Film= Dubai Call Girls O525547819 Call Girls Dubai Whsatapp
Film= Dubai Call Girls O525547819 Call Girls Dubai WhsatappFilm= Dubai Call Girls O525547819 Call Girls Dubai Whsatapp
Film= Dubai Call Girls O525547819 Call Girls Dubai Whsatapp
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka
call Now 9811711561 Cash Payment乂 Call Girls in Dwarkacall Now 9811711561 Cash Payment乂 Call Girls in Dwarka
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka
 
The 15 Minute Breakdown: 2024 Beauty Marketing Study
The 15 Minute Breakdown: 2024 Beauty Marketing StudyThe 15 Minute Breakdown: 2024 Beauty Marketing Study
The 15 Minute Breakdown: 2024 Beauty Marketing Study
 
Digital Business Strategy - How Food Brands Compete Through Technology
Digital Business Strategy - How Food Brands Compete Through TechnologyDigital Business Strategy - How Food Brands Compete Through Technology
Digital Business Strategy - How Food Brands Compete Through Technology
 
Top Rated Pune Call Girls Talegaon Dabhade ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Talegaon Dabhade ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Talegaon Dabhade ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Talegaon Dabhade ⟟ 6297143586 ⟟ Call Me For Genuin...
 

Introduction to Magento - KNOWARTH

  • 1. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Introduction to Magento By: Gautam Dhudashiya PHP Trainee gautam.dhudashiya@knowarth.com
  • 2. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Agenda : Discussion on Magento  Introduction  Architecture Overview  Popular Features  Magento Connect  Demonstration  Upcoming release-Magento 2 (New features)  Resources for Learning
  • 3. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Introduction 3  Magento is an open-source CMS for e-commerce web sites.  The software was originally developed by Varien Inc., a US private company headquartered in California.  Varien published the first general-availability release of the software on March 31, 2008  Later sold share of the company to eBay, which is now the sole owner.  More than 240,000 merchants worldwide Based on  Linux, Apache, MySQL, PHP  PHP - Zend Framework  JS - Prototype & Script @2015 KNOWARTH
  • 4. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Editions 4@2015 KNOWARTH  Community Edition  It is the perfect solution if you're a developer or tech-savvy merchant that wants to explore the flexibility of the Magento e Commerce platform.  You can modify—and even contribute to—the core code and help to magento community for support and guidance.  Enterprise Edition  Magento Enterprise Edition is the high performance, scalable e Commerce solution for fast-growing and large businesses.  Manage Large Number of Product, Faster Re-indexing, Reduces Load Time,Enhance Tax Calculation, Faster Check out  In Built Gift Wrapping, More Functional Mail System
  • 5. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Market Share over other E-Commerce platform 5@2015 KNOWARTH
  • 6. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level MVC Architecture 6 MVC Stands for ModelModel ViewView ControllerController The Software Logic:  Business Rule  Application Data The Software Logic:  Business Rule  Application Data The User InterfaceThe User Interface Communication Between Users and Model Communication Between Users and Model @2015 KNOWARTH
  • 7. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level MVC Architecture 7 HTTP Request Browser HTTP Response Execution Parameters Resulting Data Analysis Resulting Data Array GUI Connect Controllers Model View @2015 KNOWARTH
  • 8. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level EAV Model : Entity - Attribute - Value 8  We can insert anything without changing its structure. This is the main benefit of EAV structure.  Main problem with EAV structure is that, it is much slower than custom made solution because of SQL query complexity  Magento Store each Value in Different Table Entity Model EAV Attribute Value Table Varchar Value Table Text Value Table Int Value Table @2015 KNOWARTH
  • 9. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level EAV Data Structure 9@2015 KNOWARTH
  • 10. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Code pool 10 Magento has three different code pools:  3rd party extensions  Free and paid extensions  stores all the code  never make any changes  Own Magento-based Code  Override Magento extensions, blocks or methods @2015 KNOWARTH
  • 11. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Code pool 11  How the framework knows which code pools apply in particular module.  For that app/etc/modules and open any of custom module file. <?xml version=”1.0″?> <config> <modules> <ModualName> <active>true</active> <codePool>local</codePool> </ModualName> </modules> </config> @2015 KNOWARTH
  • 12. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Popular Features 12 Site Management Search Engine Optimization Catalog Browsing Marketing and Promotion Tools Checkout Reporting and Analytic @2015 KNOWARTH
  • 13. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Site Management 13  Control multiple websites and stores from one Administration Panel.  Administration permission system roles and users  Fully 100% customizable design using templates  Support for multiple languages and currencies. Web Services API for easy integration between Magento and third-party applications  Import and export of catalog and customer information  CMS for informational pages  Tax rates per location, product type or customer group (i.e. wholesale vs. retailer)  CAPTCHA functionality @2015 KNOWARTH
  • 14. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Search Engine Optimization 14  100% search engine friendly  Google Site Map  Search engine friendly URL’s  URL rewrites give full control of URL’s  Meta-information for products, categories and content pages  Auto-generated site map for display on site  Google Content API for shopping @2015 KNOWARTH
  • 15. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Catalog Browsing 15  Dynamic Attribute-Based Catalog for Flexibility  Layered Navigation  Product Comparison  Recently Viewed and Compared  Product Reviews and Ratings  Landing Pages, Banners and Personalized Content  Configurable Sorting @2015 KNOWARTH
  • 16. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Marketing and Promotion Tools 16  Flexible coupons (pricing rules)  Easily manage and monitor coupon usage and generate detailed reports  Multi-tier pricing for quantity discounts  Customer groups  Product bundles  New items promotional tool  Free shipping options  Polls, Newsletter management  Send to a friend for all visitors or registered users only  Send wish lists by email @2015 KNOWARTH
  • 17. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Checkout 17  Dozens of Payment Gateways  Alternative Payment Methods (PayPal, Google Checkout and Checkout by Amazon)  One-Page Checkout  Checkout as Guest  Use Existing Account  Ship-to-Multiple Addresses Checkout  Real-time rates Store Credit and Gift Cards @2015 KNOWARTH
  • 18. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Reporting and Analytics 18  Integrated with Google Analytics and Website Optimizer  Admin dashboard for report overview  Sales report  Tax report  Best viewed products report  Best purchased products report  Low stock report  Search terms report  Product reviews report  Tags ,Coupon usage ,Total sales invoiced, Total sales refunded Reports @2015 KNOWARTH
  • 19. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Magento Connect 19  e Commerce platform use extensions to make their online stores to do even more. Magento Connect is the largest e Commerce application marketplace in the world.  There are three types of Magento extensions: • Core Extensions • Community Extensions • Commercial Extensions  Creating a Magento Community extension  Downloading and Installing • Get Extension Key • Download and Installation • Manage Existing Packages @2015 KNOWARTH
  • 20. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Demonstration 20  Installation - Guide  Admin Panel overview  Custom Module @2015 KNOWARTH
  • 21. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Upcoming release-Magento 2 (New features) 21  Compatible more Popular Platforms  jQuery Library  Performance Enhancement  Component Oriented Architecture  Directories Structure  Automated Testing  Better security  Jquery Javascript Framework  Full Page Caching @2015 KNOWARTH
  • 22. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level Resources for Learning 22  Download Magento Package https://www.magentocommerce.com/products/downloads/magento/  Magento Connect - For Extension http://www.magentocommerce.com/magento-connect/  Magento Certification • MAGENTO CERTIFIED SOLUTION SPECIALIST • FRONT END DEVELOPER CERTIFICATION • CERTIFIED DEVELOPER AND DEVELOPER PLUS • MAGENTO MODERATED CERTIFICATION STUDY GROUP http://magento.com/training/catalog/certification @2015 KNOWARTH
  • 23. SLIDE TITLE  Click to edit Master text styles  Second level  Third level  Fourth level  Fifth level THANK YOU