Add-on Name: Phoenix PDF Packing Slips
Version: 1.5.0
Updated: 10/31/2021
Supports CE Phoenix: 1.0.7.5 – 1.0.8.19
Description of Add-on
This admin tool will allow you print PDF packing slips for single orders, or all selected orders. Allows for multiple page packing slips and the ability to control lines-per-page via the language file.
Screenshot(s)
Change Log
- 1.5.0 (10/31/2022)
- Fixed any deprecated tep_ function/variable issues for 1.0.8.19
- 1.4.1 (08/13/2021)
- Added bold formatting to attribute values
- Added language file option PDF_PACKING_SLIPS_SHOW_MODEL to allow hiding of model number (set to false)
- 1.4.0 (04/03/2021)
- Corrected issue with error in hook on some installs
- 1.3.0 (03/31/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') === '756890a4488ce9024fc62c56153228907f1545c228516cbf63f885e036d37e9a59d27d63f46af1d4d07ee0f76181c7d3') { 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.