Hook | displayOrderConfirmation |
---|---|
Locations | FO |
Type | display |
Origin | core |
Aliases | [orderConfirmation] |
Origin | File |
---|---|
core | controllers/front/OrderConfirmationController.php |
<?php
array(
'order' => (object) Order
);
Hook::exec('displayOrderConfirmation', ['order' => $order])