How to Print Generic Shipment Labels using Print Invoice, Packing Slip, Delivery Note & Label for WooCommerce Plugin?
Admin can generate a shipping label very easily with this plugin after specifying all the required information. You just need to print it on paper and affix it to the shipment box. The Shipping label includes all of the necessary details for shipping the package correctly.
After Setting Up WooCommerce Print Invoices, Packing List, Delivery Note, and Labels Plugin according to the requirement, you can print or download Shipping Label for single order either by viewing the order details individually or from Order Listing page directly. Also, Plugin facilitates you to print or download Shipping Label for bulk orders.
Print Shipping Label by viewing the Order details
- Navigate to Dashboard > WooCommerce > Orders.
- On Admin order page, Click #OrderNumber for which you want to print the Shipping Label. The Print Action appears as shown below:
- Click Print Shipping Label. If you have selected Disable option under Preview before printing, the HTML preview of the Shipping Label appears. Click Print, the Shipping Label for individually packed order appears as shown below:
Note: DataMatrix Barcode and Shipping Number get added to Shipping Label only when you add code snippet in currently applied theme’s functions.php.The Shipping Label for Single Package Per Order option appears as shown below:
If you have selected Enable option under Preview before printing, the Print Preview window directly appears.
After setting all the required settings of the printer, print the Shipping Label.
Printing Shipping Label From Orders Listing Page

Navigate to Dashboard > WooCommerce > Orders, the window appears as shown below:
- Click Print Shipping Label to get the Shipping Label and print it.
Printing Shipping Labels in Bulk
Printing Shipping Label in bulk provides Shipping Label for all the orders which you have selected in Orders listing page. Select multiple orders.

Select Print Shipping Labels from the given Bulk Action drop-down list and click Apply to print Shipping Labels in bulk for all the selected orders. It is as shown below:

The Shipping Labels are as shown below:
To print Shipping Labels, follow step 3.
All-In-One - Generate PDF Invoice, Packing Slip, Labels & Delivery Note.
Used by 10,000+ WooCommerce Stores
#1 in Customer Satisfaction
WebToffee Guarantee: Get Your Money Back if You Are Not Satisfied With The Product
Buy Now!
Comments (10)
steve H
September 3, 2020
Hi guys/gals
im stuck. when i go to print shipping labels i get the following. ‘Please add shipping from address in the plugin’s general settings”
and i don’t really understand what i need to do.
many thanks
Mark
September 4, 2020
Hi Steve,
Go to General Settings > General tab and ensure that the Sender field is filled.
Joe Galletta
August 12, 2020
Hi please help, I need to print 3 across 7 down (on A4) for labels 2.5×1.5″ Shipping Delivery. I don’t need our company address, just the order address, and contact details of the order + order number
Mark
August 13, 2020
You can turn off any unwanted fields from shipping label settings. Also the label size accordingly.
rusty
July 8, 2020
i need info on how to print shipping labels on the advertisment it says compatable with dymo printers does that include small format label printer ,i understand you use a4 paper so its a bigger printer then the dymo is there a simple way to make the dyno labelwriter 450 or the brother ql800 work for this label printing application
Mark
August 7, 2020
You can set the length and width of shipping label to suit your paper size.
evelyn peralta
June 9, 2020
Hi i want to remove shipping method in invoice ($5.000 via Flat rate) want to remove (via flat rate) and leave only the amount, is that possible?
Mark
June 9, 2020
Hi Evelyn,
Please copy below code snippet to your active theme’s functions.php
add_filter('wf_pklist_alter_shipping_method','wf_pklist_alter_shipping_method_fn', 10, 3);
function wf_pklist_alter_shipping_method_fn($shipping, $template_type, $order)
{
return str_replace('via Flat rate','',$shipping);
}
Steven
January 13, 2017
Can I connect this so it prints a UPS shipping label for the boxes?
Anindo
January 13, 2017
Hi Steven,
You can use this to print UPS shipping labels.
So yes, this can be used.