Plugin screenshot thumbnail 1/1

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

  1. Select one or more order in the Orders list and click the action dropdown in the toolbar
  2. Select Generate Invoices PDF (default label)

Price includes 1 year of updates.
$19/year per site for updates after that.

Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
11
Version
1.0.4
License
Craft
Compatibility
Craft 3
Last release
December 3, 2020
Categories
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs