- Magento 2 Development Cookbook
- Bart Delvaux
- 334字
- 2021-07-30 09:46:18
What this book covers
Chapter 1, Upgrading from Magento 1, provides an introduction to how you can install and migrate the data from a Magento 1 to a Magento 2 shop. We will also prepare our development environment in this chapter.
Chapter 2, Working with Products, gives you a more functional information about the possibilities of displaying products in your Magento shop.
Chapter 3, Theming, explains how you can customize the look and feel of your webshop using a custom Magento theme.
Chapter 4, Creating a Module, describes how to create a basic Magento module; how to extend that module with custom configurations, such as a custom page, translations, and blocks; and how to change behavior of standard Magento classes.
Chapter 5, Databases and Modules, demonstrates how you can extend a Magento module with database interactions, such as install and upgrade scripts, a custom entity that represents a database table.
Chapter 6, Magento Backend, shows you how to integrate a Magento module with the backend, such as adding configuration pages, creating overview pages, and extending the admin menu.
Chapter 7, Event Handlers and Cronjobs, describes how the event-driven architecture is implemented in Magento and how to integrate this in your module. Later in this chapter, you will learn how to create cronjobs and how to test them.
Chapter 8, Creating a Shipping Module, shows you how to create a module with the configurations that are required for a new shipping method.
Chapter 9, Creating a Product Slider Widget, will cover how to create a module with a custom widget, how to build the backend interface, and how to provide a good UI in the frontend of that widget.
Chapter 10, Performance Optimization, describes how to benchmark a site to explore the limits and how to improve the performance using different techniques such as Redis and Memcached.
Chapter 11, Debugging and Unit Testing, shows you how to use the PHP debugger Xdebug and how we can create automated tests using the Magento 2 testing framework.
- Implementing Modern DevOps
- Spring Boot開(kāi)發(fā)與測(cè)試實(shí)戰(zhàn)
- Mastering Python Scripting for System Administrators
- Expert Data Visualization
- 編程數(shù)學(xué)
- Arduino家居安全系統(tǒng)構(gòu)建實(shí)戰(zhàn)
- 新一代SDN:VMware NSX 網(wǎng)絡(luò)原理與實(shí)踐
- 微信小程序開(kāi)發(fā)與實(shí)戰(zhàn)(微課版)
- 軟件測(cè)試教程
- 詳解MATLAB圖形繪制技術(shù)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- 軟件項(xiàng)目管理實(shí)用教程
- C++從入門(mén)到精通(第6版)
- 現(xiàn)代CPU性能分析與優(yōu)化
- PHP程序設(shè)計(jì)高級(jí)教程