VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: kratzi on June 20, 2016, 17:39:59 PM

Title: echo payment id on invoice
Post by: kratzi on June 20, 2016, 17:39:59 PM
Hi I am testing on J3.5 and VM 3.0.14

In the template override invoice/invoice_order.php I would like to make a php function but only for one payment id. Therefore I am looking how to call the appropriate id.

In the code there is already a connection to the payment name which is: <?php echo $this->orderDetails['paymentName']; ?>

What would be the correct code to call the payment ID please?

Thank you kratzi