Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

Hook displayAdminCustomers

Informations

Display new elements in the Back Office, tab AdminCustomers This hook launches modules when the AdminCustomers tab is displayed in the Back Office
Hook displayAdminCustomers
Locations
BO
Type display
Origin core
Aliases [adminCustomers]
Description This hook launches modules when the AdminCustomers tab is displayed in the Back Office

Located in

Origin File
core src/PrestaShopBundle/Resources/views/Admin/Sell/Customer/view.html.twig

Parameters details

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

Call of the Hook in the origin file

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