View Single Post
  #8  
Old 01-20-2008, 11:39 PM
  bedstar's Avatar 
bedstar bedstar is offline
 

Senior Member
  
Join Date: Nov 2004
Posts: 115
 

Default Re: Display text depending on payment method used.

{if $order.payment_method eq "Finance"}
{$lng.txt_finance_placed}
{else}
{$lng.txt_order_placed_msg}
{/if}

I have placed this into the order message.tpl.

Currently when i put an order through on Finance is still shows

lng.txt_order_placed_msg

Regards

JOhn
Currently
__________________
https://www.bedstar.co.uk
Reply With Quote