Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
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 |
Origin | File |
---|---|
core | src/PrestaShopBundle/Resources/views/Admin/Sell/Customer/view.html.twig |
<?php
array(
'id_customer' = (int) Customer ID
);
{{ renderhook('displayAdminCustomers', {'id_customer': customerInformation.customerId.value}) }}