Hook | displayAdminCustomers |
---|---|
Locations | BO |
Type | display |
Origin | core |
Aliases | [adminCustomers] |
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}) }}