Installation #
To install Commerce Email Invoice, follow these steps:
- Download & unzip the file and place the
commerceemailinvoice
directory into yourcraft/plugins
directory - Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
commerceemailinvoice
for Craft to see it.
Commerce Email Invoice works on Craft 2.4.x and Craft 2.5.x.
Commerce Email Invoice Overview #
This plugin will generate PDFs for orders and attach them to emails that is being sent out to the customer.
Configuring Commerce Email Invoice #
You have to define which order status the PDF will be generated for.
Copy config.php into Craft config folder (usually craft/config) as commerceemailinvoice.php and add the order status handle(s) for which emails you want attach the PDF to.
To enable it for one order status with handle processing
:
<?php
return [
// Add one or more status handles ['paid', 'shipped']
'orderStatusHandles' => ['processing'],
];
Releases
- Added: Initial release
Currently available for Craft consulting and custom plugin development
Contact me