Guest Posted June 7, 2004 Share Posted June 7, 2004 :huh: Please help? this newbie. :blink: Quick question and I am sure there is a easy answer... How do I display the customers fax number on the invoice ? (catalog/admin/invoice.php) Many Thanks in Advance Chris Link to comment Share on other sites More sharing options...
berkedam Posted June 7, 2004 Share Posted June 7, 2004 somewhere in a noce spot that pleases you: <tr> <td class="main"><b><?php echo 'Client fax#' ; ?></b></td> <td class="main"><b>: <?php echo $order->customer['fax']; ?></b></td> </tr> "If you're working on something new, then you are necessarily an amateur." Link to comment Share on other sites More sharing options...
Guest Posted June 7, 2004 Share Posted June 7, 2004 Thanks... That done the trick .... ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.