VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: airmimi59 on June 11, 2012, 11:31:38 AM

Title: Add footer to the invoice generated to pdf
Post by: airmimi59 on June 11, 2012, 11:31:38 AM
Hi,

I found how to customize the invoice in html (components/com_virtuemart/views/invoice/***.php). The invoice is generated to pdf and i tried to add a footer (in the file pdf) but i can't find how!

i've found something in the class VirtueMartControllerInvoice  (components/com_virtuemart/controllers/invoice.php) : i add this instruction $pdf->Footer(); in the function checkStoreInvoice

i've found also the function footer here :  but it seems that the class is not called...

Thank you for helping me


Title: Re: Add footer to the invoice generated to pdf
Post by: Milbo on June 11, 2012, 13:31:10 PM
your legal terms are the footer. just the last edit of the vendor tab.
Title: Re: Add footer to the invoice generated to pdf
Post by: airmimi59 on June 11, 2012, 14:10:33 PM
i noticed that but i want to put this on the bottom 's file (pdf) just over the number of page...

thanks!