Hook displayAdminOrderMainBottom

Informations

Admin Order Main Column Bottom This hook displays content in the order view page at the bottom of the main column
Hook displayAdminOrderMainBottom
Locations
BO
Type display
Origin core
Aliases

Located in

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

Parameters details

    <?php
    array(
      'id_order' => (int) Order ID
    );

Call of the Hook in the origin file

{{ renderhook('displayAdminOrderMainBottom', {'id_order': orderForViewing.id}) }}