You've gotta include the field name in the query that pulls the relevant data from the database (usually done in the header_php.php file, or in one of the files it calls, such as the order class), and then you can echo it out in the template (similar to the many other variables echoed there already).