Description
Generate pdf downloads after product purchased based on Word & Excel document templates with Unoconv, PhpOffice and LibreOffice. Compatible with Gravity Forms Product Add-ons.
Installation
- Install prerequisites:
- Install root user level packages (only required if using Unoconv)
yum install libreoffice-core
(as root user)yum install unoconv
- Install composer packages within plugin directory (
wp-content/plugins/woocommerce-download-template
)composer require php-unoconv/php-unoconv
and/orcomposer require dompdf/dompdf
composer require phpoffice/phpword
composer require phpoffice/phpspreadsheet
- Install root user level packages (only required if using Unoconv)
- Upload the plugin files to the
/wp-content/plugins/woocommerce-download-template
directory and ensure that it is active. - Create new certificate and assign template file from media library in "PhpWord Template Settings" meta box. Use template placeholders within template file as needed.
FAQ
What is this plugin?
If you do know what plugin you have downloaded, please contact CleverOgre for more information. This plugin is only developed for a small, private audience.
Details
- Requires at least: 5.0
- Tested up to: 6.2.2
- Stable tag: 0.1.0
- License: GPLv2 or later
Changelog
0.1.0 - 2023-06-20
- Initial build of woocommerce-download-template plugin.