Open admin/super_packingslip.php. Find this block of code:
Right after this add the following line:Code:// Add product images if there are 3 or less products on order if (sizeof($order->products) < 4) { $display_images = 1; } else { $display_images = 0; }
Voila.Code:$display_images = 0;
Bookmarks