Re: Display text depending on payment method used.
Possibly you are wrong in doing it with the payment method ID.
When I do things like this, I find that you have to use the actual payment method, which you can copy and paste from Payment Methods in admin.
So, e.g.
{if $order.payment_method eq "Cheque"}
|