View Single Post
  #5  
Old 08-29-2007, 03:16 PM
  Pipkin's Avatar 
Pipkin Pipkin is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 34
 

Default Re: How to remove 'Invoice:' from confirmation mail

Thanks, but I didn't want to remove the 'Invoice' heading - just the unnecessary 'Invoice:' piece of text just above.

After some light detective work, I found it in skin1/mail/html/order_customer.tpl:

Code:
{* $Id: order_customer.tpl,v 1.6 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":"`$order.title` `$order.firstname` `$order.lastname`"} <p />{$lng.eml_thankyou_for_order} <p /><b>{$lng.lbl_invoice}:</b> <p />{include file="mail/html/order_invoice.tpl"} {include file="mail/html/signature.tpl"}

Cheers!
__________________
Version 4.4.3 Gold
Reply With Quote