Book Image

PrestaShop Module Development

By : Serny
Book Image

PrestaShop Module Development

By: Serny

Overview of this book

If you are a developer who is new to PrestaShop and wants to get a good foundation in development on the PrestaShop framework, this book is for you. It's assumed that you will have some experience with PHP5, jQuery, and HTML/CSS (no need to be an expert on it).
Table of Contents (13 chapters)
12
Index

Summary


In this chapter, we saw how to create a fully functional payment module. You learned how to validate a cart into an order, create new order states, and send e-mails. You also learned how to work with a third-party API.

In the next chapter, we will learn how to configure multistore and make your module compliant with this feature.