Hello, guys i have one question how to get order refference in hookDisplayAdminOrder i try this method but nothing
public function hookDisplayAdminOrder()
{
$orderid - Tools::getValue('id_order');
echo $orderid;
}
I just want to get order refference and make it variable with him