Hi, i want to make a separate page where a user enters an order id, it shows them only fulfilment status. Thanks
You could possibly build something custom using JavaScript with some JSON holding the order info:
If it's likely customer have lots of orders, you'll have to work paginated results in there before searching the data.