View Single Post
  #12  
Old 01-05-2004, 01:38 PM
 
Xixao Xixao is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 32
 

Default

Here's a quick little revision of this mod to make things a little more personal. Change the text written in bold! In your /skin1/orders/invoice.tpl...

Replace:
Quote:
<tr>
<td width="15%" height="1" rowspan="2" nowrap style="border-right-style: solid; border-right-width: 2"
bgcolor="#E1E1E1" valign="bottom">
<p align="center" style="margin-left: 1; margin-right:1">
<font face="Courier New" size="5">ORDER INFO</font>
</td>

With:
Quote:
<tr>
<td width="15%" height="1" rowspan="2" nowrap style="border-right-style: solid; border-right-width: 2"
bgcolor="#E1E1E1" valign="bottom">
<p align="center" style="margin-left: 1; margin-right:1">[b]
[img]YOUR_LOGO.jpg[/img]</img></td>

To add your company's logo to the top-left corner of the invoice. To add a thank you message, or something similar...

Add this to the end of the file, before the </table>:
Quote:
<tr>
<td width="806" align="center" height="125" colspan="5"></td>
</tr>
<tr>
<td width="11" height="1" style="border-left-width: 1; border-right-width: 1; border-top-width: 1;
border-bottom-style: dotted; border-bottom-width: 1"></td>
<td width="40" height="1" nowrap style="border-left-width: 1; border-right-width: 1; border-top-width: 1;
border-bottom-style: dotted; border-bottom-width: 1"></td>
<td width="69" height="1" nowrap style="border-left-width: 1; border-right-width: 1; border-top-width: 1;
border-bottom-style: dotted; border-bottom-width: 1"></td>
<td width="364" height="1" nowrap style="border-left-width: 1; border-right-width: 1; border-top-width: 1;
border-bottom-style: dotted; border-bottom-width: 1"></td>
<td width="126" nowrap height="1" style="border-left-width: 1; border-right-width: 1; border-top-width: 1;
border-bottom-style: dotted; border-bottom-width: 1"></td>
<td width="92" height="1" style="border-left-width: 1; border-right-width: 1; border-top-width: 1;
border-bottom-style: dotted; border-bottom-width: 1"></td>
<td width="314" height="1" style="border-left-width: 1; border-right-width: 1; border-top-width: 1;
border-bottom-style: dotted; border-bottom-width: 1"></td>
</tr>
<tr>
<td width="806" align="center" height="1" colspan="5">
<p align="center"><font size="2">Thank you for shopping at My store! Should you have any questions about this or another order, feel free to contact us via e-mail at support@mystore.com or via telephone at (555)555-5555.</font></td>


That last bit can probably be toned down to a single table, but I wrote this addition free-hand, so the sizes are a copy & paste job. Hope this helps some of you!
Reply With Quote