View Single Post
  #2  
Old 09-01-2005, 07:50 PM
  Dongan's Avatar 
Dongan Dongan is offline
 

X-Wizard
  
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
 

Default

{if $order.payment_method eq "Fax Ordering"}
message
{else}
message
{/if}

you can call the message if you define them at admin, for instance lbl_fax_order_message

then, it should be,

{$lng.lbl_fax_order_message}
Reply With Quote