Website Building » Shopify » How Do I Add an Order Tracking Page for Free on Shopify?

How Do I Add an Order Tracking Page for Free on Shopify?

Last updated on October 1, 2022 @ 5:14 pm

Adding an order tracking page to your Shopify store is a great way to keep your customers updated on the status of their orders. You can add an order tracking page for free using a Shopify app or by manually adding the code to your store.

Shopify Apps

There are a few different Shopify apps that you can use to add an order tracking page to your store. These apps will usually provide you with a customizable order tracking template that you can use to display information about your customers’ orders.

Manually Adding Code

If you don’t want to use a Shopify app, you can also add an order tracking page to your store by manually adding the code. You’ll need to create a new page in your Shopify admin, and then add the following code to the page:


{% if customer %}

Your Order Tracking Page

{% for order in customer.orders %}

Order {{ order.name }}

{% if order.tracking_number %}

Tracking Number: {{ order.tracking_number }}

PRO TIP: Please be aware that the article - 'How Do I Add an Order Tracking Page for Free on Shopify?' may not be entirely accurate. We recommend that you use caution when following the advice given and check multiple sources before taking any action.

{% endif %}

{% if order.tracking_url %}

Tracking URL:{{ order.tracking_url }}

{% endif %}

{% if order.status == 'fulfilled' %}

Status:Fulfilled

{% elsif order.status == 'shipped' or order.status == 'partial' %}

Status:Shipped

Status:{{ order.status }}

You must be logged in to view your orders.

{% endif %}

You can change the styles of the table using CSS code. If you’re not familiar with CSS, you can find plenty of tutorials online that will teach you how to style HTML tables.

Conclusion: How Do I Add an Order Tracking Page for Free on Shopify
Adding an order tracking page to your Shopify store is a great way to keep your customers updated on the status of their orders.

Drew Clemente

Drew Clemente

Devops & Sysadmin engineer. I basically build infrastructure online.