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

Hook displayAdminCustomers

Aliases:

  • adminCustomers

Information

Display new elements in the Back Office, tab AdminCustomers:

This hook launches modules when the AdminCustomers tab is displayed in the Back Office

Hook locations:

  • back office

Hook type: display

Located in:

Parameters details

    <?php
    array(
      'id_customer' = (int) Customer ID
    );

Call of the Hook in the origin file

{{ renderhook('displayAdminCustomers', {'id_customer': customerInformation.customerId.value}) }}