PrestaShop works with a system of hooks (also called "hook points" in French), here is a short presentation to get started.
The principle is as follows: each zone of a page of your front office (header, menu, top of page, bottom of page, etc.) is associated with a hook. This system allows the modules to graft precisely at this point and therefore to modify a precise area of the web page of your shop. This system is mainly intended for developers, but as a merchant, it is important to understand how it works.
Access the list of hooks
There are a very large number of hooks in PrestaShop. The easiest way to find the complete list of hooks is to consult the technical documentation directly. It is written in English, as is the case for most software.
Knowing which module uses which hook
You can see which modules are grafted to your store's hooks. To do this, go to the "Design" menu and then "Positions" to view all the hooks used as well as the modules associated with these hooks:
💡 It is possible to change the position of the modules via this same page. To go further, consult our article on the subject: Modify the position of the modules. |
Comments
0 comments
Please sign in to leave a comment.