Book Image

Practical Module development for Prestashop 8

By : Louis AUTHIE
Book Image

Practical Module development for Prestashop 8

By: Louis AUTHIE

Overview of this book

After version 1.7, PrestaShop underwent a host of changes, including migration to a Symfony-based system from an outdated legacy code. This migration brought about significant changes for developers, from routine maintenance to module development. Practical Module Development for PrestaShop 8 is curated to help you explore the system architecture, including migrated and non-migrated controllers, with a concise data structure overview. You’ll understand how hooks enable module customization and optimize the CMS. Through the creation of seven modules, you’ll learn about the structure of modules, hook registration, the creation of front-office controllers, and Symfony back-office controllers. By using Doctrine entities, services, CQRS, grids, and forms, you’ll be guided through the creation of standard, payment and carrier modules. Additionally, you'll customize and override themes to achieve your desired e-commerce store look. By the end of this book, you’ll be well equipped to provide modern solutions with PrestaShop that meet client requirements.
Table of Contents (23 chapters)
1
Part 1 – Understanding How PrestaShop is Structured and How It Works
8
Part 2 – How to Create Your Own Modules
16
Part 3 – Customizing Your Theme
Appendix – Module Upgrade, The Hooks Discovery Tool, and Multi-Store Functions

Preface

Since version 1.7, PrestaShop began its migration from the old legacy core to a brand new Symfony-based system, this has resulted in many changes for developers, from maintenance to module development, and that’s what this book is all about.

The 16 chapters are grouped into 3 sections, each of which can be read individually. Feel free to go directly to what you need; there are no rules! However, it is best to read everything if you want to get the big picture of the system.

The first section explains how the legacy and the Symfony core work together and explores the main components of PrestaShop. There, we use many reverse engineering analyses. Even if it can be tough sometimes, the general idea is to show us how and where to search into the core objects so as to be able to find answers and go further.

The second section explains how to create various types of modules, with many hands-on examples. This practical approach will enable us to face most of our everyday requests from the simplest Hello World! to a full blogging module. Carrier and payment modules are also covered.

The third section provides the best practices and solutions to customize the themes and graphical parts of PrestaShop: child theme creation, module template and asset overrides, and asset bundling with Webpack.

As you can see, many aspects of PrestaShop are covered in this book, and our method is different from the general feature listings available in the developers’ documentation. The main target is to provide a practical approach with examples, which is lacking on the web or in the multiple available sources of information.

I hope you will enjoy your journey into the PrestaShop development world and that this book will become a useful toolbox!