This plugin will allow Craft Commerce users to export multiple order PDFs in batches, as one big PDF.
Batch PDF Export Overview
After you install it, the option Export PDFs will be available under the element actions menu when you select 1 or more order in the Commerce orders list.
Configuring Batch PDF Export
This plugin uses the settings Order PDF Template and Order PDF Filename Format in Commerce -> General Settings to generate the PDFs by default.
In general, if the normal PDF download works, the batch export should also work.
If you want to add custom labels and templates, you can use the Plugin settings to enable this.
You can also override the options with a config file called batch-pdf-export.php
:
<?php
return [
'defaultLabel' => 'Export Invoices',
'useCustomActions' => true,
'actions' => [
[
'label' => 'Order Labels',
'template' => 'shop/_pdf/order-labels',
],
[
'label' => 'Order invoices',
'template' => 'shop/_pdf/order-invoices',
],
],
];
Using Batch PDF Export
- Select one or more order in the Orders list and click the action dropdown in the toolbar
- Select Generate Invoices PDF (default label)
Standard
Plus $19/year after one year.
To install this plugin, copy the command above to your terminal.
This plugin doesn't have any reviews.