In the invoice that is printed out for customers, I have changed the zen logo to my own but I would like the word "Invoice" to be at the top of the page in between the Carts name, address etc and the logo. Please help, thank you.
In the invoice that is printed out for customers, I have changed the zen logo to my own but I would like the word "Invoice" to be at the top of the page in between the Carts name, address etc and the logo. Please help, thank you.
Are you talking about the e-mail being sent or the printout of invoice being taken from the Admin?
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
The printout being taken from the admin please
For the file admin\invoice.php
You might have to move this line a little up
<tr>
<td class="main"><b><?php echo ENTRY_ORDER_ID . $oID; ?></b></td>
</tr>
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
Thank you, that worked perfectly.