Hi,
1. The solution will be to edit the "show" file of the "order" view of your front-end template, and replace this line :
if($this->invoice_type=='order' && !empty($product->product_id))
by :
Note that you'll have to do it two times.
2. you can do that by editing this line :
$fileHtml = '<a href="'.hikashop_completeLink('order&task=download&file_id='.$file->file_id.'&order_id='.$this->order->order_id.$file_pos.$url_itemid).'">'.$file->file_name.'</a>';
by :
$fileHtml = '<a class= "YOURCLASS" href="'.hikashop_completeLink('order&task=download&file_id='.$file->file_id.'&order_id='.$this->order->order_id.$file_pos.$url_itemid).'">'.$file->file_name.'</a>';