Example modules
This repository hosts example modules built and maintained by PrestaShop. These modules demonstrate usecases useful for developers willing to customize the software.
Modules list
Extending Symfony pages
- Demo Extending a Symfony Form - 1 - how to insert an input inside a Symfony form
- Demo Extending a Symfony Form - 2 - how to insert an input inside a Symfony form - 2
- Demo Extending a Symfony Form - 3 - how to use CQRS in a module
- Demo View Order Hooks
- Demo Extend a Grid
- Demo Extend Product Form V2
Using a tool / concept
Symfony
- Demo Creating a Symfony Console command
- Demo Using PrestaShop Symfony Form Types
- Demo Creating modern Controllers and associate Tabs to them