Retail hardware, software, and Shopify Point of Sale
I'm new to Shopify POS and am wondering why the Shopify order number isn't automatically on the printed POS receipts. I've looked at the available customizations and don't see it there either. Am I missing something?
Solved! Go to the solution
This is an accepted solution.
I know it’s crazy they haven’t added such a basic function and so handy for retailers. Here is my solution:
Go to the receipt editor - click on the three dots - click edit code - then click on the left menu where it says “footer.liquid” go to line 46 which should be empty and paste the following:
<p>Order number: {{ order.name}}</p>
I have the same issues. I would like the Order numbers on the receipt.
Is there a way through liquid or API that we can add the order number to display on POS Printed Receipts?
It looks like there was a Shopify update that replaced the order number with a receipt number.
Our customers use the Order Number for returns so it would be great if they had that info on the receipt somewhere.
Hey, @cdnmikes
A couple of years ago Shopify changed the display of the order number over to receipt numbers. This was done to improve the overall performance of checkouts. With that said, the receipt number will still link to the order number when searched in your Orders screen in the admin.
For example, let's say you have order #1493. and the receipt printed out displays a receipt number of 10-1078. They can be found by searching the Admin or POS app.
I hope this helps! If there is anything else I can help you with, please let me know.
Dirk | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Thanks @Dirk ,
The reason we would like to display the order number in the receipt is for returns.
We have a UI where customers enter the order number and their postal code to initiate a return through a web interface.
Because the order number is not on the receipt they are required to call customer service which creates additional work for the team.
It would be great if there were a feature or app to add that info back some way without affecting the checkout experience.
Hi, @olukairetail
At this time, it would not be possible to reintroduce the order numbers back into the POS receipts. I would be happy to pass this feedback up to our development team on your behalf.
In the meantime, have you checked with the developer of your returns app to see if their app has a way to pull up orders via the receipt number? In our Shopify orders admin, entering the receipt number will populate the appropriate order (and its order number) at the end of the search.
Dirk | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Hi Dirk, Did you guys sort this out yet? Basically everything on Shopify is tied to their Order number. It would be amazing if we were able print the receipt with order number.
Secondly would be cool if once a POS sale was completed, it would show the order number. Instead of having to exit and go back to the main screen of orders.
Hey all- this issue is still not fixed unfortunately. It seems basic to be able to add the order number to the receipt... I need this to be able to process returns as well.
Hi @raph4 ,
We have managed to sort this by setting up a Shopify flow to add the order number as the order note on physical receipt. Hope this helps.
Hi, thanks for sharing. I tried creating the flow and it is not printing the order number on the receipt. The note was added to the order/custom note. Was there something else that you had to do?
Forget it, I had to enable the order note to show on the receipt and that fixed the problem.
Thank you, this was very helpful!
Hi KristianB
That flow works well. Thanks
In a similar flow I was also looking to add the assigned location name and product title+variant name for online orders, but in the case where there are multiple locations assigned in an order the flow seems to only paste one of the locations in the notes field. Any chance someone would knows how to get all assigned locations pasted. This is what I have currently:
{{fulfillmentOrder.order.name}}
{% for lineItems_item in fulfillmentOrder.lineItems %}
{{fulfillmentOrder.assignedLocation.name}}
{{lineItems_item.productTitle}} {{lineItems_item.variantTitle}}
{% endfor %}
Thank you so much for sharing Kristian. I have one quick question, since we are new to Shopify and Flow. Where you have "Retail location" was that just typed into the edit description box or is it one of the criteria that I am just missing?
I have the rest of the flow setup, but I am off on something and I just want to run through it all and make sure I have it correct.
So interesting note. I was running some test transactions and playing around with the flow to see why I wasn't getting the desired result. So I processed some $1 tests and still wasn't getting the note, however when I returned the item so my cash balanced out the order # note was indeed at the bottom of the receipt as @KristianB said, but below the receipt number. I've changed the retail location part of the flow to include all 4 of our physical store emails as well as trying with just the state all stores are located in, but I'm still getting the order on one but not both which makes no sense to me.
Thank you very much for this, we were having the same exact issue and this certainly solved it! A quick question, I'm having trouble getting this workflow to execute for in-store only purchases, but not for our online sales which ship from our warehouse which is a completely separate location and address. Any suggestions how I could update the flow for in-store only? I've tried a few but so far have not had any luck to filter out the online sales...
Hi KristanB, this fix does work, however, we use the order note to add notes when we need to do follow up work in the order (i.e. taking in items for repair, leave a note for our buyer for a special request, etc...) Your fix adds our order number to the receipt but replaces the notes that we need on the receipt for our customer to see. Is there anything else that can be done to get the order number on the receipt?
Hi @KristianB I am trying to replicate your flow above but am unable to properly figure out what the second box in the "Check if..." box is supposed to be criteria wise. If you could please let me know it would be greatly appreciated. Thanks!
Are there any plans to reintroduce order numbers on the receipt? We double check our accounting in Quickbooks and having these orders numbers on the receipt would SAVE TIME AND MONEY>
Did you figure it out how to do it without using order note?
Im trying exactly the same, more than 2 years since someone ask this and no have any information if they are going to add this feature.
Hello Dirk,
It would be very helpful to have the Shopify Order number on our printed receipts. The order number is included on our emailed receipts, but as a brick and mortar retailer using Shopify for POS and Brightpearl for our inventory and accounting it would be great to have the Shopify Order number print on the receipt either in replacement of the receipt number or along with it. Has there been any movement on putting the Order Number back on the printed receipt similar to emailed receipts?
here it is 2024 and people with actual stores still have the same issue and are still waiting for a fix. Any idea on when we will be able to use data variables on the POS receipt so it can align to our individual business objectives?
This is an accepted solution.
I know it’s crazy they haven’t added such a basic function and so handy for retailers. Here is my solution:
Go to the receipt editor - click on the three dots - click edit code - then click on the left menu where it says “footer.liquid” go to line 46 which should be empty and paste the following:
<p>Order number: {{ order.name}}</p>
Didnt know we can edit code template ....
thanks!
Thank you so much! I have been trying to solve this for months... With SUCH a simple solution it almost feels as if Shopify didn't want us to edit the code or figure out how to actually use their program. Alas, one problem solved...
You can add <center> like this for it to....center
<center><p>Order number: {{ order.name}}</p>
Hello! When I go to edit my code, line 46 is this: margin: 2rem 1rem 2.5rem 1rem;
Do I replace line 46?
Hello! I have printed receipts from our POS and I cannot search our admin by receipt number. Shopify has told me that I am able to, but have been unsuccessful. Is there a workaround to this? We sell food products, so when a customer calls in it typically results in a refund, but we need a printed receipt number and not an order number.
Hi @RR1Popcorn,
Thank you for getting in touch. I would recommend contacting our support team about this so we can access your admin and check this for you. Our retail support team should be able to show you how to do this if they've previously confirmed that it's possible.
Victor | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Dropshipping, 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, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024