| Hook | actionOrderReturn |
|---|---|
| Locations | FO |
| Type | action |
| Origin | core |
| Aliases | [orderReturn] |
| Description | This hook is displayed when a customer returns a product |
| Origin | File |
|---|---|
| core | controllers/front/OrderFollowController.php |
<?php
array(
'orderReturn' => (object) OrderReturn
);
Hook::exec('actionOrderReturn', ['orderReturn' => $orderReturn])