Re: Paypal on Invoices
{$order.payment_method} should work properly.
For debug purposes, you can try to call
var_dump($order);
in the admin/order.php script (somewhere close to the end of file) in order to see the whole picture of what $order contains.
|