1 reply [Last post]
karimmaguid's picture
Offline
Joined: 09/05/2008
Juice: 8
Was this information Helpful?

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!

zmove's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Internationalizationizer
Joined: 08/13/2007
Juice: 1192
Re: VAT Number on Invoices

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.