In reference to #36,
If you are a 4.1 user, you will need to modify your version of orders_list.tpl to add the button to print batch packing lists, AND add another line of code in process_order.php
Look for this:
Code:
if ($mode == "invoice" || $mode == "label") {
#
# Display the printable version of order invoices
#
Change to this:
Code:
if ($mode == "invoice" || $mode == "label" || $mode == "packing") {
#
# Display the printable version of order invoices
#
Now tick those orders and watch the packing lists open when you click the print packing slips for selected...