adriespo, same issue here!
Where do I have to paste your code in orders.php?
I have pasted the code just below the comment:
// Send the email
if(empty($shipment_name) || empty($payment_name)){
return false;
}
$res = shopFunctionsF::renderMail('invoice', $order['details']['BT']->email, $vars, null,$vars['doVendor'],$this->useDefaultEmailOrderStatus);
Thanks!
Joomla 2.5.8 and Virtuemart 2.6.10