View Single Post
  #44  
Old 04-29-2008, 01:27 AM
 
markwhoo markwhoo is offline
 

X-Adept
  
Join Date: Nov 2003
Posts: 799
 

Default Re: Printable Packing Slip - 4.0.x

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...
__________________
vs 4.1.12