View Single Post
  #2  
Old 01-21-2014, 12:42 PM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default 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.
Reply With Quote