SlideShare a Scribd company logo
1 of 44
Download to read offline
Front-End Development

by Eric Landmann
Landmann InterActive
Prepared for the
Madison php Conference
11/16/13
– Who has heard of Magento?
– Who uses it?
– How do you find it?
Topics
– Quick Facts About Magento
– Key Concepts
– Examples - Common Front-End Modifications
– Debugging Tips & Techniques
What is Magento?
– Open-source ecommerce platform (php)
– Built on the Zend engine
– Two versions
●
Community (CE) – free
●
Enterprise (EE) – licensed
– Multi-site, multi-store view architecture
– Powers small to enterprise sites
– Large module vendor and developer ecosystem
– Certified Developer Program
– Partner Program
Ecommerce Usage Statistics
Statistics for websites using Ecommerce technologies, top 10K sites

Source: http://trends.builtwith.com/shop
Key Concepts
– Magento’s is an MVC application with a
configuration-based representation level
– Codebase structure and module system
– Request flow
– Parts of a page
– CMS pages and CMS blocks
– Layout controllers and html blocks
– Layout xml files and how they work
– .phtml block modifications
Concepts
Request
Flow

Rendering

Init

Generate page
(layout xml)

App

Generate
blocks

FrontEnd

Execute
output
blocks

Controller
Models

Rendering

Output

Init – gather
layout config

DB

Include
template
Execute
child block
Flush
output
Concepts

In English that means.

Layout
XML

Block

Template

Load the
layout configs

Go get
the content

Pour it into
a template

Layouts define blocks, blocks load data into templates
Concepts
Pages are
built with
a lot of blocks
Concepts
Layout files are merged together to form one big layout tree
catalog.xml
+
checkout.xml
+
cms.xml
+
customer.xml
...
Concepts

Structural Blocks

Content Blocks
Structural
Blocks
CMS Page

Specifies custom block output template
CMS Page

Selects base page template
CMS Blocks
Concepts
Codebase Structure
Page templates and layout files for a theme are in
app/design/frontend

Images and CSS files for a theme are in
skin/frontend
skin directory

app/code directory
base design package
default theme
app/design directory

base design package
enterprise design package
default theme

custom design package
default theme

enterprise design package
default theme

custom design package
default theme
Concepts
Design Fallback
●

●

●

●

Allows building custom themes
by extending from the default
theme
Don’t need (or want) to copy
the entire directory structure
Add only those files that are
different
Final fallback position is
base/default

package called
in admin
theme called
in admin

base design package
(final fallback)
Concepts
Using page layout update xml

(CMS–>Pages–>homepage–>Design–>Layout Update XML)
Examples

Tools & Techniques
• Commercebug
• Layout hinting
• CSS Editor
• Firebug
• Logging
CommerceBug
CommerceBug
CommerceBug
Layout Hinting
Layout Hinting
Layout Hinting
Examples

Installing a Purchased Design Theme
Copy the code files
●

app/code/local/
Examples

Installing a Purchased Design Theme
Copy the design files
●

app/design/frontend/base/

●

app/design/frontend/yourpackage/

●

app/design/frontend/yourpackage/default/
Examples

Installing a Purchased Design Theme
Copy the skin files
●

skin/frontend/base/

●

skin/frontend/yourpackage/

●

skin/frontend/yourpackage/default/
Examples
Change the System Config

Correponds to
/app/design/frontend/default

Correponds to
/skin/frontend/default/northwest
Examples

Installing a Purchased Design Theme
Enter some CMS blocks or layout XML
Example 2

Interior Designer – Custom Category Page (ex. 2)
Pieces needed –
●

Layout XML to call the template
added to the Design tab for the
category

●

Custom template

●

CMS page and blocks

●

Some custom CSS
Example 2
Layout
xml
Example 2

Custom Category Page (ex. 2)
Layout XML
Example 2

Custom Category Page (ex. 2)
Layout xml snippet in CMS page
<div>{{block type="core/template" template="cms/default/lookslidehome.phtml"}}</div>
Example 2

Custom Category Page (ex. 2)
.phtml Output Block File
<div>{{block type="core/template" template="cms/default/lookslidehome.phtml"}}</div>
Example 2

http://www.shopsilvernest.com/design-services
Example 3

Textiles – Custom Category Page (ex. 3)
Pieces needed –
●

Layout XML to call the template
added to catalog.xml
(overrides for all categories)

●

Layout XML to remove some blocks

●

Layout XML to add other blocks

●

CMS blocks for left nav

●

Custom .phtml template

●

Special stylesheet added to head
Example 3

Custom Category Page (ex. 3)

Layout XML
Example 3

Custom Category Page (ex. 3)

CMS block for left nav
Example 3

Custom Category Page (ex. 3)

.phtml Output Block File
Example 3

http://thenorthwest.com
Resources
Magento Codebase
http://www.magentocommerce.com/download

Magento Docs
http://www.magentocommerce.com/design_guide
http://www.magentocommerce.com/knowledge-base/entry/magentos-theme-heirarchy
http://www.magentocommerce.com/knowledge-base/entry/creating-your-own-homepage

jQuery Novice to Ninja

http://www.sitepoint.com/books/jquery1/code.php
CommerceBug
http://store.pulsestorm.net/products/commerce-bug-2#product_select
SitePoint
http://www.sitepoint.com/an-introduction-to-magento-themes/
MageBase
http://magebase.com/category/magento-tutorials/
Example Live Sites
http://www.shopsilvernest.com/
http://thenorthwest.com/
Front-End Development

by Eric Landmann
Landmann InterActive
Prepared for the
Madison php Conference
11/16/13
elandmann@landmanninteractive.com
@iteratews

More Related Content

What's hot

Joomla templates2011
Joomla templates2011Joomla templates2011
Joomla templates2011
Linda Coonen
 
WordPress Theming
WordPress ThemingWordPress Theming
WordPress Theming
codebangla
 

What's hot (20)

12 Amazing Features of Magento 2
12 Amazing Features of Magento 212 Amazing Features of Magento 2
12 Amazing Features of Magento 2
 
Front end web development
Front end web developmentFront end web development
Front end web development
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
Meet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen RistićMeet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen Ristić
 
Sergii Shymko - Code migration tool for upgrade to Magento 2
Sergii Shymko - Code migration tool for upgrade to Magento 2Sergii Shymko - Code migration tool for upgrade to Magento 2
Sergii Shymko - Code migration tool for upgrade to Magento 2
 
Meet Magento Belarus - Sergey Ivashchenko
Meet Magento Belarus - Sergey IvashchenkoMeet Magento Belarus - Sergey Ivashchenko
Meet Magento Belarus - Sergey Ivashchenko
 
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauMeet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir Kalashnikau
 
Top frontend web development tools
Top frontend web development toolsTop frontend web development tools
Top frontend web development tools
 
Joomla templates2011
Joomla templates2011Joomla templates2011
Joomla templates2011
 
What’s new in joomla 3.7
What’s new in joomla 3.7What’s new in joomla 3.7
What’s new in joomla 3.7
 
CMS & Chrome Extension Development
CMS & Chrome Extension DevelopmentCMS & Chrome Extension Development
CMS & Chrome Extension Development
 
Modules and Components Introduction in Joomla! 2.5
Modules and Components Introduction in Joomla! 2.5Modules and Components Introduction in Joomla! 2.5
Modules and Components Introduction in Joomla! 2.5
 
WordPress Theming
WordPress ThemingWordPress Theming
WordPress Theming
 
Magento 2 Development for PHP Developers
Magento 2 Development for PHP DevelopersMagento 2 Development for PHP Developers
Magento 2 Development for PHP Developers
 
Front-end development introduction (JavaScript). Part 2
Front-end development introduction (JavaScript). Part 2Front-end development introduction (JavaScript). Part 2
Front-end development introduction (JavaScript). Part 2
 
Joomla - CMS
Joomla - CMSJoomla - CMS
Joomla - CMS
 
Joomla Basics Part3
Joomla Basics Part3Joomla Basics Part3
Joomla Basics Part3
 
Less & RequireJS - Frontend Development in Magento 2
Less & RequireJS - Frontend Development in Magento 2Less & RequireJS - Frontend Development in Magento 2
Less & RequireJS - Frontend Development in Magento 2
 
The journey of mastering Magento 2 for Magento 1 developers
The journey of mastering Magento 2 for Magento 1 developersThe journey of mastering Magento 2 for Magento 1 developers
The journey of mastering Magento 2 for Magento 1 developers
 
Front-end technologies for Wonderful User Experience through Websites
Front-end technologies for Wonderful User Experience through WebsitesFront-end technologies for Wonderful User Experience through Websites
Front-end technologies for Wonderful User Experience through Websites
 

Viewers also liked

Sweden Powerpoint
Sweden PowerpointSweden Powerpoint
Sweden Powerpoint
heatherw
 
PJ Software Company Presentation
PJ Software Company PresentationPJ Software Company Presentation
PJ Software Company Presentation
PJ Software
 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App Development
Chris Morrell
 

Viewers also liked (13)

HiQ v Linkedin
HiQ v LinkedinHiQ v Linkedin
HiQ v Linkedin
 
Understand front end developer
Understand front end developerUnderstand front end developer
Understand front end developer
 
Wipro Infrastructure Engineering Company Presentation - July, 2015
Wipro Infrastructure Engineering Company Presentation -  July, 2015Wipro Infrastructure Engineering Company Presentation -  July, 2015
Wipro Infrastructure Engineering Company Presentation - July, 2015
 
Eng Semcon Brains Folder 2010
Eng Semcon Brains Folder 2010Eng Semcon Brains Folder 2010
Eng Semcon Brains Folder 2010
 
IoT Analytics company presentation
IoT Analytics company presentationIoT Analytics company presentation
IoT Analytics company presentation
 
Dictionary to Cloud, Buzz and more EN>SE
Dictionary to Cloud, Buzz and more EN>SEDictionary to Cloud, Buzz and more EN>SE
Dictionary to Cloud, Buzz and more EN>SE
 
Sweden Powerpoint
Sweden PowerpointSweden Powerpoint
Sweden Powerpoint
 
Best Presentation About Infosys
Best Presentation About InfosysBest Presentation About Infosys
Best Presentation About Infosys
 
Acazia Software Company Presentation
Acazia Software Company Presentation Acazia Software Company Presentation
Acazia Software Company Presentation
 
Softengi Software Development Company Profile
Softengi Software Development Company ProfileSoftengi Software Development Company Profile
Softengi Software Development Company Profile
 
PJ Software Company Presentation
PJ Software Company PresentationPJ Software Company Presentation
PJ Software Company Presentation
 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App Development
 
Company Overview Presentation
Company Overview PresentationCompany Overview Presentation
Company Overview Presentation
 

Similar to Front End Development in Magento

EECI - EE And Magento Integration
EECI - EE And Magento IntegrationEECI - EE And Magento Integration
EECI - EE And Magento Integration
Simplified Safety
 
Optimizing Magento Performance with Zend Server
Optimizing Magento Performance with Zend ServerOptimizing Magento Performance with Zend Server
Optimizing Magento Performance with Zend Server
varien
 
CharlesSweetResume06155122015
CharlesSweetResume06155122015CharlesSweetResume06155122015
CharlesSweetResume06155122015
Charlie Sweet
 

Similar to Front End Development in Magento (20)

Magento
MagentoMagento
Magento
 
Zendcon magento101
Zendcon magento101Zendcon magento101
Zendcon magento101
 
php[world] Magento101
php[world] Magento101php[world] Magento101
php[world] Magento101
 
TomatoCMS in A Nutshell
TomatoCMS in A NutshellTomatoCMS in A Nutshell
TomatoCMS in A Nutshell
 
Magento 2 - Getting started.
Magento 2 - Getting started.Magento 2 - Getting started.
Magento 2 - Getting started.
 
Yoav Kutner Dutchento
Yoav Kutner DutchentoYoav Kutner Dutchento
Yoav Kutner Dutchento
 
Magento2 Basics for Frontend Development
Magento2 Basics for Frontend DevelopmentMagento2 Basics for Frontend Development
Magento2 Basics for Frontend Development
 
Magento 1.x to Magento 2 Code Migration Tools
Magento 1.x to Magento 2 Code Migration ToolsMagento 1.x to Magento 2 Code Migration Tools
Magento 1.x to Magento 2 Code Migration Tools
 
EECI - EE And Magento Integration
EECI - EE And Magento IntegrationEECI - EE And Magento Integration
EECI - EE And Magento Integration
 
Model-driven development and Code generation
Model-driven development and Code generationModel-driven development and Code generation
Model-driven development and Code generation
 
AD207 Presentation
AD207 PresentationAD207 Presentation
AD207 Presentation
 
Implementing a Symfony Based CMS in a Publishing Company
Implementing a Symfony Based CMS in a Publishing CompanyImplementing a Symfony Based CMS in a Publishing Company
Implementing a Symfony Based CMS in a Publishing Company
 
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike WatsonSharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
 
L19 Application Architecture
L19 Application ArchitectureL19 Application Architecture
L19 Application Architecture
 
Adobe Source 2016 - Building a Corporate Site Solution Using Multi Site Manager
Adobe Source 2016 - Building a Corporate Site Solution Using Multi Site ManagerAdobe Source 2016 - Building a Corporate Site Solution Using Multi Site Manager
Adobe Source 2016 - Building a Corporate Site Solution Using Multi Site Manager
 
Optimizing Magento Performance with Zend Server
Optimizing Magento Performance with Zend ServerOptimizing Magento Performance with Zend Server
Optimizing Magento Performance with Zend Server
 
CharlesSweetResume06155122015
CharlesSweetResume06155122015CharlesSweetResume06155122015
CharlesSweetResume06155122015
 
Introduction to the Magento eCommerce Platform
Introduction to the Magento eCommerce PlatformIntroduction to the Magento eCommerce Platform
Introduction to the Magento eCommerce Platform
 
Introduction to Mangento
Introduction to Mangento Introduction to Mangento
Introduction to Mangento
 
Mangento
MangentoMangento
Mangento
 

More from Eric Landmann

More from Eric Landmann (7)

Including ecommerce in your business model landmann
Including ecommerce in your business model   landmannIncluding ecommerce in your business model   landmann
Including ecommerce in your business model landmann
 
Earthling project success 0218
Earthling   project success 0218Earthling   project success 0218
Earthling project success 0218
 
Overview of ecommerce solutions
Overview of ecommerce solutionsOverview of ecommerce solutions
Overview of ecommerce solutions
 
Integrating magento and word press
Integrating magento and word pressIntegrating magento and word press
Integrating magento and word press
 
Midwest Ice Climbing History 15-2011
Midwest Ice Climbing History 15-2011Midwest Ice Climbing History 15-2011
Midwest Ice Climbing History 15-2011
 
itPage LDC 09 Presentation
itPage LDC 09 PresentationitPage LDC 09 Presentation
itPage LDC 09 Presentation
 
Lfor LDC Present 09
Lfor LDC Present 09Lfor LDC Present 09
Lfor LDC Present 09
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Front End Development in Magento