Hook displayOrderConfirmation

Aliases:

  • orderConfirmation

Information

Order confirmation page:

This hook is called within an order’s confirmation page

Hook locations:

  • front office

Hook type: display

Located in:

Parameters details

    <?php
    array(
      'order' => (object) Order
    );

Call of the Hook in the origin file

Hook::exec('displayOrderConfirmation', ['order' => $order])