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 the Order Listing page directly. Also, the plugin facilitates you to print or download Shipping Label for bulk orders.
Print shipping label from order details
- Navigate to Dashboard > WooCommerce > Orders.
- On Admin order page, Click #OrderNumber for which you want to print the Shipping Label.
- 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 above:
- Click Print Shipping Label to get the Shipping Label and print it.
Bulk print shipping labels
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:

- Was this article helpful?
- Yes, thanks!Not really
Comments (14)
Carlos Garcia
January 9, 2023
Hi,
I have the free version. Shipping labels used to appear full page even when selecting bulk printing, labels selected where printed one below the previous but full width of the page each. Since last updated they are forced to 4 printing labels by row so everything is not well adjusted. Could you tell me how to fix it?
Thank you very much.
Mike
January 10, 2023
Hi Carlos,
Printing multiple shipping labels in a single page option is currently available in the premium version of our plugin. You may purchase our shipping label add-on WooCommerce Shipping labels, Dispatch labels and Delivery notes to achieve it.
Ann
May 21, 2021
I have the free version so barcode is selected by default and can’t be changed. When I print the label: tracking number is empty and barcode is missing. Help please.
Mark
May 24, 2021
Hi Ann,
Since the barcode is generated based on the invoice number data, kindly ensure that the invoice number is generated for the orders that you are trying to print.
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.