Hey Ryan,

You might want to update the documentation on the project page for the new template system from [po-number] token to using $po_number .

I am sure that can be hard for people who are just starting out with ubercart.

Here is a link about the new template system if anyone is having trouble
http://www.ubercart.org/docs/developer/17385/changing_invoice_templates_...

Thanks for the module!

Comments

gmaximus’s picture

Thanks for that.... I was one such person struggling to get the po number to display in my invoice template... So many thanks... Guy

For others, I added exactly this where I wanted the number printed:

<?php echo $po_number; ?>

Just incase the original post is not clear... :)