I'd like to know how to add the customer's EU VAT number as well as a fixed message saying "Reverse Charge" to PDF invoices - and only for the customer group which is called EU Zero VAT. Magento ver. 1.8.1.0
This is the law for UK firms to display this reverse charge message along with the customer's EU VAT number - wish Magento had this built-in.
Any ideas?
$this->drawText('Reverse Charge');
I'm not sure where to add it and when I do so, printing a pdf throws an error. I don't mind playing with the draw function for Zend for final positioning, I just want to know what code and where. – PizzaGeek Nov 27 '14 at 20:29