Hi,
bit new to coding unfortunately. I figured that I need to insert into
/www/adminxxx/themes/default/template/controllers/orders/helpers/view/view.tpl
this bit of code
<a href="{$current_index}&submitResendConf&id_order={$order->id}&token={$smarty.get.token|escape:'html':'UTF-8'}"><i class="icon-mail-reply"></i> Resend order confirmation</a>
but how do I make it work with your code? Or even better, how to make a module out of it?