Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fax number on Invoice ?


Guest

Recommended Posts

: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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...