how to return order_id value in getOutput section
Posted: 05 Jun 2011, 21:25
Hi!
I have a problem returning the value of '.$a['order_id'].' from public function getOutputHeader($a) in public function getOutput($a, $items).
I have created a simple table right after the "Signature" which displays bank details (account holder, account id, etc).
I need to return the order_id value as a reference number and bill_due as a due date.
The problem is that when I insert the codes into my table they do not render (at least are not visible in the generated pdf file).
All the changes are done in tmpl.invoice.php
Please, help!
Thank you!
I have a problem returning the value of '.$a['order_id'].' from public function getOutputHeader($a) in public function getOutput($a, $items).
I have created a simple table right after the "Signature" which displays bank details (account holder, account id, etc).
I need to return the order_id value as a reference number and bill_due as a due date.
The problem is that when I insert the codes into my table they do not render (at least are not visible in the generated pdf file).
All the changes are done in tmpl.invoice.php
Please, help!
Thank you!