How can I echo the information from a custom textfield from the form: 'Organization Information' in ticket-print.tmpl.php?
Can someone please help me with the code?
The following line will echo the Organization name into ticket-print.tmpl.php:
<?php echo $ticket->getOwner()->getOrganization()->getName(); ?>
Var 'name' is actually a standard textfield in 'Organistaion Information'
Now i got some custom textfields like: adress, ordernumber i like to show.