Add-on Name: Phoenix PDF Invoices
Version: 1.2.0
Updated: 10/31/2022
Supports CE Phoenix: 1.0.7.5 – 1.0.8.19
Description of Add-on
This admin tool will allow you print PDF Invoices for single orders, or all selected orders. Allows for multiple page invoices and the ability to control lines-per-page via the language file.
If you enable the included notifications module, you can also attach a pdf invoice to order updates in the admin.
Screenshot(s)
Change Log
- 1.2.0 (10/31/2022)
- Fixed any deprecated tep_ function/variable issues for 1.0.8.19
- 1.1.0 (05/06/2022)
- Fix issues with older versions of Phoenix not working
- 1.0.1 (12/28/2021)
- Initial Release
Download(s)
Install Instructions:
- Purchase and you will receive the zip file containing this add-on and a license code
- Unzip the file
- Copy the contents of the zip into the root of your catalog making sure the admin files are placed in your admin directory if you have it under a different folder name.
- This addon does not require activation.
- You must also complete the following directions:
After install, navigate to your admin/includes/classes/composer/ directory and run the following:
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php composer-setup.php php -r "unlink('composer-setup.php');" php ./composer.phar update
Once the above completes successfully, remove the composer.phar file by the following command:
rm composer.phar
If you are not able to use the default system /tmp directory, you can run the the update using the following:
TMPDIR="/path/to/my/tmp/dir" php ./composer.phar update
Upgrade Instructions:
- You can simply replace the files on your server with the new version
- If the version your are upgrading to has changes to the vendor classes, you may have to:
- on the command line of your server, navigate to your admin/includes/classes/composer/ directory and run the following command “composer update”
Reviews
There are no reviews yet.