Display text depending on payment method used.
Hi
I would like to display different text on the order.message.tpl depending on what order method the customer used this is what ihave put cant seem to get it to work.
{if $payment_methods[payment].paymentid eq 11}
{$lng.txt_finance_placed}
{else}
{$lng.txt_placed}
{/if}
Any help would be great.
Im using Xcart 4.0
Regards
john
|