PDF invoice module for OXID eShop.
- OXID eShop v6.*
Please proceed with one of the following ways to install the module:
In order to install the module via composer, run the following commands in commandline of your shop base directory (where the shop's composer.json file resides).
composer require oxid-projects/pdf-invoice-module
Clone the module to your OXID eShop modules/oe/ directory:
git clone https://github.com/OXIDprojects/pdf-invoice-module.git invoicepdf
- Make a new folder "invoicepdf" in the modules/oe/ directory of your shop installation.
- Download the https://github.com/OXIDprojects/pdf-invoice-module/archive/master.zip file and unpack it into the created folder.
de/lang.php:
'ORDER_OVERVIEW_PDF_STANDART_WITHOUT_LOGO' => 'Rechnung ohne Logos',
'ORDER_OVERVIEW_PDF_DNOTE_WITHOUT_LOGO' => 'Lieferschein ohne Logos',
en/lang.php:
'ORDER_OVERVIEW_PDF_STANDART_WITHOUT_LOGO' => 'Invoice without Logos',
'ORDER_OVERVIEW_PDF_DNOTE_WITHOUT_LOGO' => 'Deliv. Note without Logos',
- Activate the module in the administration panel.
Disable the module in administration area and delete the module folder.