-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Practical Module development for Prestashop 8
By :

In this chapter, we learned how to extend a Symfony form from a BO controller by adding multiple fields, localized or otherwise. We also learned how to handle a form submission in creation and edition mode. We discovered how to display a custom field that shows an uploaded file in the form. It was also a means to reuse the CQRS pattern in a different context.
Then, we covered the category deletion event by cleaning our database and displaying our stored field data in the front office.
In the next chapter, we will create a new module to add a blog system to the front office of our shop. Here, we will reuse our Doctrine entity creation, grid display, and form creation knowledge. We will also discover how to create a new legacy module FO controller as it still exists!