PrestaShop Developer Conference
PrestaShop Developer Conference
Paris, France - November 30, 2023
Let's talk code, commerce and open source.

Hook displayAdminOrderSide

Aliases:

  • displayBackofficeOrderActions

Information

Admin Order Side Column:

This hook displays content in the order view page in the side column under the customer view

Hook locations:

  • back office

Hook type: display

Located in:

Parameters details

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

Call of the Hook in the origin file

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