Adds an action to order shipments to create a packing slip.
Requires Commerce 0.11 or higher.
Documentation can be found on the modmore documentation site.
Packing Slip for Commerce is available as a free package from the modmore.com package provider.
To run the module from source, for example if you'd like to contribute a change, you'll need to take a few steps.
-
Clone the repository (or better yet, a clone of your own fork)
-
Copy config.core.sample.php to config.core.php, and if needed adjust it so that it includes your MODX site's config.core.php. Make sure you have Commerce installed as well, of course.
-
From the browser open
_bootstrap/index.php
, this will set up the necessary settings and will make the module known to Commerce. -
Enable the module under Configuration > Modules.