First of all...thank you for this wonderfull component!!!
I have long SKU numbers but am unable to align them nicely. Please see below image.

I was able to move the productname header a bit to the right in the following file:
administrator/components/com_virtuemart/pdf/phoca.tcpdf.php
I changed the line:
$this->Cell(15,5,$VM_LANG->_('VM_DELIVERY_PRINT_SKU_LBL'),0,0,'L');
to:
$this->Cell(20,5,$VM_LANG->_('VM_DELIVERY_PRINT_SKU_LBL'),0,0,'L');
So now the header was OK but the product below the header remain as they are and so the SKU number is still running over the product name.
Hope you can help me!
Many thanks!
Kind regards,
Jarno


