Ok, thanks for pointing me in that direction. I did take look at it before but now I got it
Here is my changed code that gave me the ordernumber as a link to the orderpage, looks better and I suggest you make it like this in a future release.
<?php
$url = $data->order_number;
$config =& hikashop_config();
if($config->get('simplified_registration',0)!=2){
$order_link = '<a href='.$data->order_url.'>'.$url.'</a>';
}
echo JText::sprintf('ORDER_CREATION_SUCCESS_ON_WEBSITE_AT_DATE',$order_link,HIKASHOP_LIVE, hikashop_getDate(time(),'%d %B %Y'), hikashop_getDate(time(),'%H:%M'));?>