App reviews, troubleshooting, and recommendations
The original Order printer app is being sunsetted and replaced by the shopify version. Our old packing slips had barcodes for us to scan so the order appeared in our fulfillment software. Is there a way to add a barcode to the shopify order templates?
We have previously tried adding the code below (provided by shopify support) to the default template and it's provided syntax errors. Could someone please assist with getting the order number barcode to generate.
<p>Order #: {{ [order.name](http://order.name) }}</p> <img src="[barcode.tec-it.com/barcode.ashx?data=](https://barcode.tec-it.com/barcode.ashx?data=){{ [order.name](http://order.name) | url_encode }}&code=Code128&dpi=96" alt="Barcode for Order {{ [order.name](http://order.name) }}" style="margin-top:10px;">
We have made no other edits to the default code. We have placed this at the top of the code under the first <div>
Solved! Go to the solution
This is an accepted solution.
Are you just needing the barcode to output the order number when scanned? If so, this worked for me:
<img src="https://barcode.tec-it.com/barcode.ashx?data={{ order.order_name | remove: '#' }}&code=Code128&translate-esc=on">
You may need to play around with the image size to get it where it suits your needs - It's a bit large by default.
This is an accepted solution.
Are you just needing the barcode to output the order number when scanned? If so, this worked for me:
<img src="https://barcode.tec-it.com/barcode.ashx?data={{ order.order_name | remove: '#' }}&code=Code128&translate-esc=on">
You may need to play around with the image size to get it where it suits your needs - It's a bit large by default.
Perfect thank you!!
Looks like you solved this but if you want to have a little more control over font selections, add your logo, and add a personalized message by just filling in the form, let me know and I will share my invoice / packing list / barcode generator widget with you.
Hi there,
Could you shortly help me where I need to put this code? I dont have any experience with coding so I dont want to put it in a wrong place and crash my shop....
Best regards
Christina 🙂
Sorry, my question was a bit too short.
I would like to add a barcode to my packing list that can be scanned and takes me to my order. As mentioned above, the barcode should represent the order number.
I don't use any additional apps for the packing list. I only use the Shopify standard packing list. Can I insert a barcode there?
Kind regards
Christina
Hi there,
I would prefer to NOT use any additional app for my request.
Would that be possible? Has someone an idea?
Is it possible to just put the code in the code from shopify to get a barcode on the packing list?
I would really appreciate support, since this would make our packing so much faster
best regards
Christina
This website has stopped loading more than 1 barcode now.
Use shopify default code to display barcodes
You may need to add the order prefix to the code, for example
<s-barcode value="ORDERPREFIX{{ order.order_number }}" /></s-barcode>
Thanks for your reply.
Where do I need to put the code? Could you tell me?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024