Download the PHP package burdapraha/oc_invoice_pdf without Composer
On this page you can find all versions of the php package burdapraha/oc_invoice_pdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download burdapraha/oc_invoice_pdf
More information about burdapraha/oc_invoice_pdf
Files in burdapraha/oc_invoice_pdf
Download burdapraha/oc_invoice_pdf
More information about burdapraha/oc_invoice_pdf
Files in burdapraha/oc_invoice_pdf
Vendor burdapraha
Package oc_invoice_pdf
Short Description Opencart 2.x invoice to PDF
License MIT
Homepage http://burda.cz
Package oc_invoice_pdf
Short Description Opencart 2.x invoice to PDF
License MIT
Homepage http://burda.cz
Please rate this library. Is it a good library?
Informations about the package oc_invoice_pdf
Invoices to PDF for OpenCart 2.x
note: developed on version 2.3.2, other versions can need some edits - fell free to contribute!
Installation
- Requiring installed vQmod because vQmod doesn't support installing via composer itself.
composer require burdapraha/oc_invoice_pdf
composer require sasedev/composer-plugin-filecopier
for files manipulating- Add this code to your composer.json project file, extra section:
It will move vQmod xml file to correct folder.
- add constant to your config.php & admin/config.php for storage PDF files:
For example:
define('INVOICES_DIR', DIR_IMAGE . '/invoices');
and fix this folder for reading from web by .htaccess - optionally you can add row to your
.gitignore
file with path to invoice_pdf.xml (example: upload/vqmod/xml/invoice_pdf.xml) - celebrate!
Credits
- using dompdf to printing
- inspired by Invoice to PDF
- hawkey for talking about solution
All versions of oc_invoice_pdf with dependencies
PHP Build Version
Package Version
The package burdapraha/oc_invoice_pdf contains the following files
Loading the files please wait ....