PrestaShop Developer Conference
PrestaShop Developer Conference
Hybrid format! Paris, France & Online - November 19, 2025
Let's talk code, commerce and open source.

Hook displayAdminOrderSide

Informations

Admin Order Side Column This hook displays content in the order view page in the side column under the customer view
Hook displayAdminOrderSide
Locations
BO
Type display
Origin core
Aliases [displayBackofficeOrderActions]
Description This hook displays content in the order view page in the side column under the customer view

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('displayAdminOrderSide', {'id_order': orderForViewing.id}) }}