万本电子书0元读

万本电子书0元读

顶部广告

Magento 2 Cookbook电子书

售       价:¥

8人正在读 | 0人评论 9.8

作       者:Ray Bogman

出  版  社:Packt Publishing

出版时间:2016-03-28

字       数:176.8万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Over 50 practical recipes that will help you realize the full potential of Magento in order to build a professional online store About This Book Take advantage of the latest features in Magento 2 to set up an e-commerce store that fits your business needs Packed with several advanced recipes, not just to manage your online store, but to extend and design it as well Written in a cookbook style, you can pick and choose your recipe to carry out your day- to- day Magento store tasks Who This Book Is For The book is for existing Magento users who want to gain further expertise and insights into managing, designing, and extending their online store in Magento to fit their business needs. Working knowledge of Magento and basic familiarity with programming is expected. What You Will Learn Set up a Magento 2 project on Apache or Nginx. Transfer your Magento 1 database to Magento 2 using the Magento 2 system tools. Boost the performance of Magento 2 by enabling different types of caching. Build a Magento 2 multi-store by creating a root catalog, subdirectories, and products. Create and manage pages, blocks, and front-end apps. Manage your Magento store by setting up the correct TAX rules. Design custom themes within the Magento 2 framework. Create basic and advanced extensions using Magento 2. In Detail Magento 2 is an open source e-commerce platform that has all the functionality to function from small to large online stores. It is preferred by developers and merchants due to its new architecture, which makes it possible to extend the functionalities with plugins, a lot of which are now created by the community. This merchant and developer guide is packed with recipes that cover all aspects of Magento 2. The recipes start with simple how-to’s then delve into more advanced topics as the book progresses. We start with the basics of setting up a Magento 2 project on Apache or Nginx. Next, you will learn about basics including system tools and caching to get your Magento 2 system ready for the real work. We move on to simple tasks such as managing your store and catalog configuration. When you are familiar with this, we cover more complex features such as module and extension development. Then we will jump to the final part: advanced Magento 2 extensions. By the end of this book, you’ll be competent with all the development phases of Magento 2 and its most common elements. Style and approach Step by step guide for real world tasks for Magento users to gain a more advanced insight on managing, extending and designing their e-commerce store to fit their business needs.
目录展开

Magento 2 Cookbook

Table of Contents

Magento 2 Cookbook

Credits

Foreword

About the Authors

About the Reviewer

www.PacktPub.com

eBooks, discount offers, and more

Why Subscribe?

Preface

What this book covers

What you need for this book

Who this book is for

Sections

Getting ready

How to do it…

How it works…

There's more…

See also

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Piracy

Questions

1. Installing Magento 2 on Apache and NGINX

Introduction

Installing Apache

Getting ready

How to do it...

How it works…

There's more…

Installing NGINX

Getting ready

How to do it...

How it works…

There's more…

Installing PHP-FPM

Getting ready

How to do it...

How it works…

There's more…

Installing HHVM

Getting ready

How to do it...

How it works…

There's more…

Installing MySQL

Getting ready

How to do it...

How it works…

There's more…

Installing Magento 2

Getting ready

How to do it...

How it works…

There's more…

Installing Magento 2 on Hypernode

Getting ready

How to do it...

How it works…

There's more…

Managing Magento 2 on Docker

Getting ready

How to do it…

How it works…

There's more…

2. Magento 2 System Tools

Introduction

Installing Magento 2 sample data via GUI

Getting ready

How to do it...

How it works…

There's more…

Installing Magento 2 sample data via the command line

Getting ready

How to do it...

How it works…

There's more…

Managing Magento 2 indexes via the command line

Getting ready

How to do it...

How it works…

There's more…

Managing Magento 2 cache via the command line

Getting ready

How to do it...

How it works…

There's more…

Managing Magento 2 backup via the command line

Getting ready

How to do it...

How it works…

There's more…

Managing Magento 2 set mode (MAGE_MODE)

Getting ready

How to do it...

How it works…

There's more…

Transferring your Magento 1 database to Magento 2

Getting ready

How to do it...

How it works…

There's more…

3. Enabling Performance in Magento 2

Introduction

Configuring Redis for backend cache

Getting ready

How to do it…

How it works…

There's more…

Configuring Memcached for session caching

Getting ready

How to do it…

How it works…

There's more…

Configuring Varnish as the Full Page Cache

Getting ready

How to do it…

How it works…

There's more…

Configuring Magento 2 with CloudFlare

Getting ready

How to do it…

How it works…

There's more…

Configuring optimized images in Magento 2

Getting ready

How to do it…

How it works…

There's more…

Configuring Magento 2 with HTTP/2

Getting ready

How to do it…

How it works…

There's more…

Configuring Magento 2 performance testing

Getting ready

How to do it…

How it works…

There's more…

4. Creating Catalogs and Categories

Introduction

Create a Root Catalog

Getting ready

How to do it...

How it works…

There's more…

Create subcategories

Getting ready

How to do it...

How it works…

There's more…

Manage attribute sets

Getting ready

How to do it...

How it works…

There's more…

Create products

Getting ready

How to do it...

How it works…

There's more…

Manage products in a catalog grid

Getting ready

How to do it...

How it works…

There's more…

5. Managing Your Store

Introduction

Creating shipping and tax rules

Getting ready

How to do it…

How it works…

There's more…

Managing customer groups

Getting ready

How to do it…

How it works…

There's more…

Configuring inventories

Getting ready

How to do it…

How it works…

There's more…

Configuring currency rates

Getting ready

How to do it…

How it works…

There's more…

Managing advanced pricing

Getting ready

How to do it…

How it works…

6. Creating a Magento 2 Theme

Introduction

Creating a new theme

Getting ready

How to do it…

How it works…

Adding theme variants

Layout files

Template files

Magento UI library

Changing a layout XML of a Magento 2 module

Getting ready

How to do it…

How it works…

<container>

referenceContainer/referenceBlock

move

remove

update

Overriding template files

Adding CSS/JS to pages

Getting ready

How to do it…

How it works…

External files

JavaScript files

CSS files

Removing a file in the header

Using Grunt for CSS changes

Getting ready

How to do it…

How it works…

LiveReload

Adding static blocks to pages through layout XML

Getting ready

How to do it…

How it works…

Adding a block to a single page

Adding static blocks to pages through widgets

How to do it…

How it works…

Available widgets

CMS Page Link

CMS Static Block

Catalog Category Link

Catalog New Products List

Catalog Product Link

Catalog Product List

Orders and Returns

Recently Compared Products

Recently Viewed Products

Using a dynamic serving theme based on the client browser

Getting ready

How to do it…

How it works…

Creating theme-specific translations

Getting ready

How to do it…

How it works…

Generating a translation file

7. Creating Magento 2 Extensions – the Basics

Introduction

Initializing extension basics

Getting ready

How to do it…

How it works…

There's more…

Working with database models

Getting ready

How to do it…

How it works…

Creating tables using setup scripts

Getting ready

How to do it…

How it works…

There's more…

Data installation

Creating a web route and controller to display data

How to do it…

How it works…

Creating system configuration fields

Getting ready

How to do it…

How it works…

Creating a new tab

Creating a new section

Creating a new group

Creating a new field

There's more…

Creating a backend data grid

How to do it…

How it works…

The uiComponent configuration

Data source

Mass actions for grid

See also

Creating a backend form to add/edit data

Getting ready

How to do it…

How it works…

Building the form

Adding a form field

Loading the data

Saving the data

8. Creating Magento 2 Extensions – Advanced

Introduction

Using dependency injection to pass classes to your own class

Getting ready

How to do it…

How it works…

Modifying functions with the use of plugins – Interception

Getting ready

How to do it…

How it works…

Creating your own XML module configuration file

Getting ready

How to do it…

How it works…

Creating your own product type

Getting ready

How to do it…

How it works…

Working with service layers/contracts

How to do it…

How it works…

DemoRepositoryInterface

DemoInterface

See also

Creating a Magento CLI command option

Getting ready

How to do it…

How it works…

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部