I found one serious bug in Virtuemart 2.0.8. It could not understand why the address of the seller comes to the same letter as the buyer. With some difficulty found a small typo that led to this.
Typo in the file /components/com_virtuemart/views/invoice/view.html.php on line 284 in function renderMailLayout
Error in name of the variable $this->doVendor
It was
$this->dovendor
must be
$this->doVendor
:)
Thx