VirtueMart Forum

VirtueMart General => About VirtueMart - not for support posts => Topic started by: Capt. Nemo on April 29, 2005, 19:52:30 PM

Title: Modifying PDF output to include More INfo?
Post by: Capt. Nemo on April 29, 2005, 19:52:30 PM
Howdy again.
Thx for the help last time :)

Question:

My client would like to have a fairly simple product description, but have a printable PDF file available, with lots and lots of details about the product.

After looking through the forums, my best guess was that the way to do this is by modifying some of the PHP files

fpdf.php
gif.php
html2pdf.php
html2pdf_site.php
htmltoolkit.php

to include info from a .txt file is the way to do this...right?
Be gentle, I'm very much over my head here..

and thanks again, phpShop is great!

Title: Re: Modifying PDF output to include More INfo?
Post by: Soeren on April 29, 2005, 19:56:59 PM
Hello,
the files you have listed are core class files for the pdf creation. They don't need to be changed. The file that reads HTML from the Shop and converts it into PDF is /html/shop.pdf_output.php. That's were you should begin.

ciao, Soeren