Aliases:
Display new elements in the Back Office, tab AdminOrder:
This hook launches modules when the AdminOrder tab is displayed in the Back Office
Hook locations:
Hook type: display
Located in:
<?php
array(
'id_order' = (int) Order ID
);
{{ renderhook('displayAdminOrder', {'id_order': orderForViewing.id}) }}
This hook has been implemented as an example in our modules examples repository - demovieworderhooks.