View Single Post
  #10  
Old 01-31-2008, 11:41 AM
 
neroag neroag is offline
 

Senior Member
  
Join Date: May 2005
Location: UK
Posts: 171
 

Default Re: Display text depending on payment method used.

In /skin1/mail/html/order_invoice.tpl

look for :
Code:
<td align="center"><br /><br /><font style="FONT-SIZE:12px">{$lng.txt_thank_you_for_purchase}</font>
add below it:

Code:
<br /> {if $order.payment_method eq "Finance"} <p>Add your Message here !!</p> {/if}

obviously you will need to change both the $order.payment_method value & the text to your own requirements

hope that helps you anyways
__________________
X-cart Gold - 4.0.18 - 4.1.9 - 4.1.10 - 4.3.0
Reply With Quote