POS Printed Receipt - Customize with Order Number

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?

2 Likes

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.

2 Likes

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.

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.

2 Likes

Hi @Dirk ,

We are encountering the same issue as @cdnmikes . There’s no problem when processing a return in store at the POS, but when using our ecom UI, the order number is required. Is there a way to add order numbers back on to our printed receipts to replace the receipt number?

Thanks!

2 Likes

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.

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.

5 Likes

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.

2 Likes

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.

1 Like

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…

I have the same issues. I would like the Order numbers on the receipt.

2 Likes

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>

1 Like

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?

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.

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?