PrestaShop Developer Conference
PrestaShop Developer Conference
Paris, France - November 30, 2023
Let's talk code, commerce and open source.

Hook displayAdminProductsExtra

Information

Display new elements in back office product page, Extra tab:

This hook launches modules when the back office product page is displayed

Hook locations:

  • back office

Hook type: display

Located in:

Call of the Hook in the origin file

{% set hooks = renderhooksarray('displayAdminProductsExtra', { 'id_product': id_product }) %}

Example implementation

This hook has been implemented as an example in our modules examples repository - demoproductform.