View Single Post
  #7  
Old 08-01-2008, 12:50 PM
 
arno.jenkins arno.jenkins is offline
 

Newbie
  
Join Date: Sep 2005
Posts: 5
 

Default Re: Email message needs editing, how and what file?

Thank you. I've looked at most of the files in skin1/mail/html and can't find anything that says "Thank you for your on-line order...".

Here's what my order_customer_complete.tpl:

{* $Id: order_customer_complete.tpl,v 1.10 2006/03/31 05:51:43 svowl Exp $ *}
{config_load file="$skin_config"}
{include file="mail/html/mail_header.tpl"}

<p />{$lng.eml_dear|substitute:"customer":"`$customer. title` `$customer.firstname` `$customer.lastname`"},

<p />{$lng.eml_order_complete}


<hr size="1" noshade="noshade" />
<p />
<table cellpadding="2" cellspacing="1" width="100%">
<tr>
<td width="20%"><b>{$lng.lbl_order_id}:</b></td>
<td width="10">&nbsp;</td>
<td width="80%"><tt><b>#{$order.orderid}</b></tt></td>
</tr>
<tr>
<td><b>{$lng.lbl_order_date}:</b></td>
<td width="10">&nbsp;</td>
<td><tt><b>{$order.date|date_format:$config.Appear ance.datetime_format}</b></tt></td>
</tr>
{if $order.tracking}
<tr>
<td><b>{$lng.lbl_tracking_number}:</b></td>
<td width="10">&nbsp;</td>
<td><tt>{$order.tracking}</tt></td>
</tr>
{/if}
<tr>
<td colspan="3">{include file="mail/html/order_data.tpl"}</td>
</tr>
</table>

{include file="mail/html/signature.tpl"}

------

I'm pretty sure no one has customized the files...but I could be wrong. Any other ideas?

-arno
__________________
arno jenkins

X-Cart Version 4.1.7
Reply With Quote