Hi, Yes I have an edit, removed updated and put back it, works ok now.
Can you consider putting this edit in, may be useful for others please, its displays the Shipping Price paid.?
its now in on line 157
<!-- MY EDIT -->
<th class="hikashop_order_shipping_title title">
<?php echo JHTML::_('grid.sort', JText::_('HIKASHOP_SHIPPING'), 'b.order_full_price', $this->pageInfo->filter->order->dir, $this->pageInfo->filter->order->value ); ?> <!-- END OF EDIT -->
and on line 363
<!--MY EDIT-->
</td>
<td class="hikashop_shipping_total_value">
<?php echo $this->currencyHelper->format($row->order_shipping_price,$row->order_currency_id);?>
</td>
<!--END OF EDIT-->
Rgds