Where in the file structure will i find the php file which generates the pdf invoices for virtuemart 2?
Im trying to customise it for an insurance brokers website to instead send out the insurance documents as a pdf.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can find the PDF generation section under.
they are using the PDF section here iam using VM2.0.6 in its that section not working.
so for my requirement is almost same to you i did it with DomPdf creation option.
Create the PDF content first as HTML then easily convert to PDF.
You can find the Dompdf here
create you own path for your requirement.