Jump to content

Edit History

mr_absinthe

mr_absinthe


typo

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}&amp;submitResendConf&amp;id_order={$order->id}&amp;token={$smarty.get.token|escape:'html':'UTF-8'}"><i class="icon-mail-reply"></i>&nbsp;&nbsp;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?

mr_absinthe

mr_absinthe

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}&amp;submitResendConf&amp;id_order={$order->id}&amp;token={$smarty.get.token|escape:'html':'UTF-8'}"><i class="icon-mail-reply"></i>&nbsp;&nbsp;Resend order confirmation email</a>

but how do I make it work with your code? Or even better, how to make a module out of it?

×
×
  • Create New...