New Zenner
- Join Date:
- Jul 2006
- Posts:
- 84
- Plugin Contributions:
- 0
Adding Date of Birth to Orders Invoice
Hey Ya'll -
I have a product which requires DATE_OF_BIRTH to process. As a result, I'm having to get all the order details off the "Orders" screen, then go back to the "Customers" area and find the DOB.
I want to have the Date of Birth display on the Orders Page. I added the following code just underneath the code which displays the Customer's Telephone # on the invoice, but although it DOES show the "Date of Birth" title, the actual "Date of Birth" does not show up:
The code I tried is here - what needs changing:
<tr>
<td class="main"><strong><?php echo ENTRY_DATE_OF_BIRTH; ?></strong></td>
<td class="main"><?php echo $order->customer['date_of_birth']; ?></td>
</tr>
Thanks!