If your order manager does not allow you to add an order number barcode to your packing slip and all of your orders are imported from Shopify, the native Shopify packing slip is a good option. This wasn't always the case and it's not a one-click solution but the video below will get you there with minimal to no frustration.


Here is a video with the instructions: https://www.loom.com/share/33c08fc433d54cb2b9fb62ef0a40599c?sid=8c39fc9a-50cd-4b59-8157-43ddce180b86


1. Please download the file provided. It is a CSS file that includes an embedded barcode font, which is represented as an SVG within the CSS.


Please click here to download the Libre Barcode 39 font directly.


2. Navigate to the Content section of the Shopify store, then click on Files. 


3. Click on Upload Files and select the CSS file to be uploaded. 


4. Once uploaded, click the copy link icon. Paste this is a on a notepad to save for now.


5. Open Shopify Settings, then open the Shipping & Delivery section. 


6. Scroll down and click on Packing Slip template to edit


7. Place the cursor at the very beginning of line 1, and press enter


8. Return to line 1 and copy and paste the followng code below

<link rel="stylesheet" href="{Replace with your Font URL}" type="text/css">

9. In the above code, replace the "replace with your font URL" text with the CSS link that was previously copied, within the brackets { }


10. Scroll down in the document and look for the following code: `<div class="order-title">` 


11. Place the cursor immediately after > and paste the following code below:

<p class="text-align-right" style="font-family: 'Libre Barcode 39 Text'; font-size: 75px">
    *{{ order.order_number }}*
</p>


Please note that the asterisks (*) are necessary for the barcode to be scanned.


You can now click the “Preview template” button to check if the barcode has been generated correctly.

We suggest using your barcode scanner to confirm that the barcode scans properly and retrieves the expected order number.


12. After verifying that the barcode works as intended, you can save the template.


Then, go back to your Shopify orders and use GroovePacker Lite to print your packing slips.