Hi!
Is there a way to add an "Are you sure?" onclick confirmation before executing the 'cancel_order' function in order/list view?
I think I should modify this line to achieve that, but I can not get it how to do that exactly:
echo $this->cart->displayButton($text,'cancel_order',$this->params,hikashop_completeLink('order&task=cancel_order&email=1&order_id='.$row->order_id.$url_itemid),'document.adminForm_'.$row->order_id.'_cancel.submit();return false;','class="hikashop_order_cancel_button"');
Thanks in advance,
PePe