Top Banner
Magento 2: Frontend Features
28

Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

May 20, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2: Frontend

Features

Page 2: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Elena Leonova

Manager, Product Management

Page 3: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Frontend Key Changes 01

Page 4: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Online shopping is a multi-screen activity

Source — Google Inc.

67% of people have used

multiple devices

sequentially to shop

online

Page 5: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Smartphone enables spontaneous shopping

Source — Google Inc.

19% planned

81% spontaneous

Page 6: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Responsive Theme

• Saves Money

• Saves Time

• Usage of new technologies

• No need to customize core

templates

• Better Performance

• Improved SEO

• Wider Browser Support

Page 7: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Why redesign?

Top 3 priorities for online business in 2014

Mobile Redesign Marketing

Responsive design,

mobile optimization,

tablet redesign

Personalization, site

usability, CMS integration,

taxonomy improvements

Brand marketing, SEO,

customer acquisition,

loyalty and CRM

53% 46% 36%

Page 8: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Why redesign?

Seasonal Changes

Christmas

Easter Valentine’s Day

Halloween

New Year

Page 9: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Redesign Toolkit

• Flexible store design

• Simplifies customization

• Less code duplication

• Maintainability

Page 10: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Why Improve Performance?

A one second delay

in page load time equals

−7% conversions

−11% page views

−16% satisfaction

Page 11: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

What we’ve done to Improve Performance

CSS/JS

minification

& merge

Mobile first

approach

AMD & Require.js

Page 12: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Vasiliy Seleznev

Web Development Manager

Page 13: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Get Started

github.com/magento/magento2

Page 14: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Themes

Page 15: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Blank Theme

Page 16: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Blank Theme

.class-x { display: block; }

.class-x { display: block; padding: 10px 0; margin: 10px 0; }

Magento 1.x Blank CSS Magento 2 Blank CSS

.class-x { display: block; + padding: 20px 0; + margin: 20px 0; }

.class-x { display: block; padding: 20px 0; margin: 20px 0; }

Page 17: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Blank Design Features

• Clean & Minimal

• Full Responsive design

• Enclosed Checkout

• One column layout for

catalog with layered nav

• New Wish List

• Hundreds of small

improvements

• Common for CE and EE

Page 18: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Blank Design Features

Responsive Tables

Page 19: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Blank Theme Features

No Default CMS content

Page 20: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Blank Theme Features

Built with UI Library

Page 21: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

You’re in full control now

• Patterns

• Documentation

• Consistency

Page 22: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

/lib/web/css/docs

Magento UI Library

Page 23: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Blank Theme Structure

Modularized CSS:

• Upgradability

Magento 2 compiles CSS itself

• Performance

• Maintenance

• No tools required

• Anyone can edit styles quickly

• LESS Source and CSS is

always synchronized

Page 24: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Blank Theme Features

Modern Technologies Mobile First Responsive Design

Built with Magento UI library Compiled with Built-in PHP

LESS Compiler

WCAG 2.0 AA Compliant

Page 25: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Magento 2 Sample Data

• Beautiful

• Enterprise and

Community

Features

• Responsive Web

Design

• Easy to install

Page 26: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

1.0 2.0

Blank Theme Features

Blank 2.0 vs Blank 1.x

2.0

No images, only SVG logo Bunch of images

Modularized .LESS Huge styles.css

No CMS Default Demo stuff

1.x No RWD Mobile First RWD

No design Fully designed

Page 27: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

Q&A 03

Page 28: Magento 2: Frontend Featuresinfo2.magento.com/rs/magentosoftware/images/Vasiliy...Magento 2 Blank Design Features Responsive Tables . Magento 2 Blank Theme Features No Default CMS

[email protected]

@VasiliySeleznev

Contacts

[email protected]

@elena_a_leonova

Elena Leonova Vasiliy Seleznev