Note: This customization only works when there is a single tracking number in the order. If there are multiple tracking numbers, this change will not apply.
Steps to Update Email Template
Go to your Shopify Admin
Navigate to Settings > Notifications > Customer NotificationsSelect the Email Notification You Want to Edit
For example, choose Shipping Confirmation or Shipping Update, depending on where you want the change to appear.Click “Edit Code”
At the top right corner of the notification editor, click on the Edit Code button.Search for the Tracking Info
In the code editor, use the search bar and look for the following line:fulfillment.tracking_company
Replace the Tracking Number Code
Find the line that looks like this:{{ fulfillment.tracking_company }} tracking number: <a href="{{ fulfillment.tracking_url }}">{{ fulfillment.tracking_numbers.first }}</a>
Replace it with:
<a href="{{ fulfillment.tracking_url }}">Click here</a>
Save Your Changes
Once updated, save the notification template.
Result
After completing the steps above, customers will see a simple "Click here" link instead of the full tracking number in their email. Clicking the link will redirect them to the appropriate tracking page.