Magento 2 cookbook over 50 practical recipes that will help you realize the full potention of Magento in order to build a professional online store

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 ju...

Descripción completa

Detalles Bibliográficos
Otros Autores: Bogman, Ray, author (author), Kerkhoff, Vladimir, author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Birmingham : Packt Publishing 2016.
Edición:1st edition
Colección:Quick answers to common problems.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630003306719
Tabla de Contenidos:
  • Cover; Copyright; Credits; Foreword; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Installing Magento 2 on Apache and NGINX; Introduction; Installing Apache; Installing NGINX; Installing PHP-FPM; Installing HHVM; Installing MySQL; Installing Magento 2; Installing Magento 2 on Hypernode; Managing Magento 2 on Docker; Chapter 2: Magento 2 System Tools; Introduction; Installing Magento 2 sample data via GUI; Installing Magento 2 sample data via the command line; Managing Magento 2 indexes via the command line
  • Managing Magento 2 cache via the command lineManaging Magento 2 backup via the command line; Managing Magento 2 set mode (MAGE_MODE); Transferring your Magento 1 database to Magento 2; Chapter 3: Enabling Performance in Magento 2; Introduction; Configuring Redis for backend cache; Configuring Memcached for session caching; Configuring Varnish as the Full Page Cache; Configuring Magento 2 with CloudFlare; Configuring optimized images in Magento 2; Configuring Magento 2 with HTTP/2; Configuring Magento 2 performance testing; Chapter 4: Creating Catalogs and Categories; Introduction
  • Create a Root CatalogCreate subcategories; Manage attribute sets; Create products; Manage products in a catalog grid; Chapter 5: Managing Your Store; Introduction; Creating shipping and tax rules; Managing customer groups; Configuring inventories; Configuring currency rates; Managing advanced pricing; Chapter 6: Creating a Magento 2 Theme; Introduction; Creating a new theme; Changing a layout XML of a Magento 2 module; Adding CSS/JS to pages; Using Grunt for CSS changes; Adding static blocks to pages through layout XML; Adding static blocks to pages through widgets
  • Using a dynamic serving theme based on the client browserCreating theme-specific translations; Chapter 7: Creating Magento 2 Extensions - the Basics; Introduction; Initializing extension basics; Working with database models; Creating tables using setup scripts; Creating a web route and controller to display data; Creating system configuration fields; Creating a backend data grid; Creating a backend form to add/edit data; Chapter 8: Creating Magento 2 Extensions - Advanced; Introduction; Using dependency injection to pass classes to your own class
  • Modifying functions with the use of plugins - InterceptionCreating your own XML module configuration file; Creating your own product type; Working with service layers/contracts; Creating a Magento CLI command option; Index