Adding The Order Number As Subject In Email
Hello,
I would like to change the invoice.php a little bit and I have two questions about it...
1. Where would I put the file admin/invoice.php so that it's in a custom template to avoid overwrites?
admin/YOUR_TEMPLATE/invoice.php ???
2. I'm trying to customize the invoice in several ways, one of which is under the Sold To: section, where it gives the email link. I would like to (if possible!) add the php string to the coding so it would have the Invoice No. as the subject to the email, or have it say, "Email Regarding Invoice Numer (have number listed here)". Does anyone know how to do this? I'm not a php person at all! I see the line that says:
<td class="main"><?php echo '<a href="mailto:' . $order->customer['email_address'] . '">' . $order->customer['email_address'] . '</a>'; ?></td>
...which is obviously where to put the coding for the invoice number, and I see that the order/invoice number is coded as:
<?php echo ENTRY_ORDER_ID . $oID; ?>
...but I have no idea how to code that in there! Is it possible???
"You never really understand a person until you consider things from his point of view . . . until you climb into his skin and walk around in it." --Atticus