Hi Jan
I have upgraded to .7.
OK.
The delivery now seems to be working ok.
On "VM Invoice: Order List" page it would be good to have the client name and email address shown.
This is obviously due to the same issue as with the ST and BT as we have just resolved, but now relative to the admin page and not the pdf's.
Also I have had to insert £ for each instance of the sub totals and totals...
$code .= VMI_NL . ' <td align="right" style="width: ' . $this->wUnit . '%;">£ ' .
$this->currency->getFullValue($this->order->order_shipping + $this->order->order_shipping_tax, '', $this->order->order_currency) . '</td>';
The £ sign gets displayed correctly in the pdfs now but this is not ideal as the core files have been hacked.
What part of the above code is supposed to display the symbol?
I did echo $currency to test and it just displayed GBP which is not the symbol.