PrestaShop Developer Conference
PrestaShop Developer Conference
November 6, 2024
Let's talk code, commerce and open source.

Hook displayOrderPreview

Informations

Hook displayOrderPreview
Locations
BO
Type display
Origin core
Aliases

Located in

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

Parameters details

    <?php
    array(
      'order_id' => (integer) Order Id
    );

Call of the Hook in the origin file

{{ renderhook('displayOrderPreview', {'order_id': orderId}) }}