- Magento 2 Theme Design(Second Edition)
- Fernando J Miguel Richard Carter
- 78字
- 2021-07-08 10:35:34
Good practices in Magento theming
There are a number of points that a good Magento 2 theme will typically abide by:
- Take advantage of Magento theme inheritance to develop new themes
- Follow the basic directory structure proposed
- Restrict any
.phtml
(Magento template files) to just those that have been changed for use with the custom theme
Adhering to these guidelines of Magento theming makes it easier to upgrade your Magento installation without making changes to your theme files.
推薦閱讀
- Delphi程序設計基礎:教程、實驗、習題
- Learn to Create WordPress Themes by Building 5 Projects
- PostgreSQL Replication(Second Edition)
- HTML5入門經典
- Swift細致入門與最佳實踐
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Instant Nancy Web Development
- SQL基礎教程(第2版)
- 用戶體驗可視化指南
- 用案例學Java Web整合開發
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- 高性能MVVM框架的設計與實現:San
- ASP.NET jQuery Cookbook(Second Edition)
- 網絡工程方案設計與實施(第二版)
- OpenCL異構并行計算:原理、機制與優化實踐