Book Image

PrestaShop Module Development

By : Fabien Serny
Book Image

PrestaShop Module Development

By: Fabien Serny

Overview of this book

Table of Contents (19 chapters)
PrestaShop Module Development
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we saw how to create front controller to handle a new page type. You learned how to add overrides to alter the default process of PrestaShop without altering the PrestaShop core code. At last, we cleaned up our code using the ObjectModel and HelperForm classes.

In the next chapter, you will learn how to create a new AdminController class and use admin hooks in such a way so as to make the administration of our module easier.