Installation - mithereal/opencart-pdf-catalog GitHub Wiki
Install
- Download and install like you would with a normal module / copy contents of upload dir to opencart root
- set write permissions on the \system\helper dir.
- click the download tcpdf button
- set where you want the module to appear.
- reset permissions on \system\helper dir.
Troubleshooting
if tcpdf install fails or error
Notice: Error: Could not load helper tcpdf/config/tcpdf_config! in C:\Apps\xampp\htdocs\working\vqmod\vqcache\vq2-system_engine_loader.php on line 34 shows up when you select the pdf you will need to install tcpdf manually by extracting tcpdf to system\helper directory
and copy your logo (example is at \system\cache\pdf_catalog_default_logo.png) to \system\helper\tcpdf\examples\images\pdf_catalog_default_logo.png
you can get tcpdf at http://www.tcpdf.org/download.php