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!
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