PDF Packing Slips

Screen Shot 2021-03-31 at 7.04.00 PM.png
Released:
Mon Oct 31, 2022 6:07 pm
Validated for:
Phoenix 1.0.7.5 - 1.0.8.19
Description
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.


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:

Code: Select all

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:

Code: Select all

rm composer.phar

If you are not able to use the default system /tmp directory, you can run the the update using the following:

Code: Select all

TMPDIR="/path/to/my/tmp/dir" php ./composer.phar update
This admin tool will allow you print PDF packing slips for single orders, or all selected orders.
CAD$79.00
  • 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
    • Corrected issue with hook creating an error on some versions
  • 1.3.0
    • Initail Release
NOT SUPPORTED
TESTED 7.x
TESTED 8.0
Screen Shot 2021-03-31 at 7.04.27 PM.png Screen Shot 2021-03-31 at 7.04.44 PM.png Screen Shot 2021-03-31 at 7.05.02 PM.png
  • Addon Revisions/Downloads
    Version
    Phoenix Version(s)
  • PDF Packing Slips 1.5.0
    1.5.0
    • 1.0.7.5 - 1.0.8.19