View attachment 70525
Managing PrestaShop hooks to associate with modules has been made easy with Generate Hooks for PrestaShop
What are hooks for PrestaShop?
Hooks are mainly used to show contents. In Prestashop eCommerce if you want to show content somewhere, most of the cases you will need to depend on hooks. Those are specifically display hooks. There are other kinds of hooks also that are called action hooks. Action hooks are used for calling a...