VAT Number on Invoices

Posts: 3
Joined: 09/05/2008

Hi Ubercarters!

I was wondering if anyone ever got the VAT Number token to function properly for use on invoices, and if so how?
Thanks!

Posts: 534
Joined: 08/13/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Internationalizationizer

You can print the whole $order object like that :

<?php
drupal_set_message
('<pre>'.print_r($order, true).'</pre>');
?>

Then, you just have to find the vat number element in that object and print it where you want.