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
|