i want to know how to add leopard tracking number to the customer email when the order is done. website is www.jadeed.store
what’s the solution? for reference, i use the app Leopard’s courier integration
A Shopify store owner using the Leopard’s Courier Integration app needs help automatically including Leopard tracking numbers in customer order emails.
Proposed Solution:
Verify Tracking Sync:
Customize Email Template:
<a href="{{ fulfillment.tracking_url }}">{{ fulfillment.tracking_number }}</a>App Configuration:
The discussion remains open pending confirmation that the solution works for the store owner.
i want to know how to add leopard tracking number to the customer email when the order is done. website is www.jadeed.store
what’s the solution? for reference, i use the app Leopard’s courier integration
It looks like you want to automatically include the Leopard tracking number in the order confirmation or shipping email sent to customers once their order is fulfilled. Since you’re using the Leopard’s Courier Integration app, here’s how you can make sure the tracking number appears in the email:
Once the tracking number is attached, Shopify should automatically include it in the shipping email. But if it’s not appearing, you can customize the email template to ensure it shows up properly.
1-In Shopify Admin, go to Settings > Notifications.
2-Scroll down and click Shipping confirmation.
Look for this liquid code in the email template:
{% if fulfillment.tracking_number %}
Your order has been shipped! You can track it here:
{{ fulfillment.tracking_number }}
{% endif %}
3-If you don’t see this, add it manually where you want the tracking number to appear.
4-Click Save.
Since you’re using Leopard’s Courier Integration app, you might need to check the app’s settings:
If the issue persists, reach out to Leopard’s support team via their app page to confirm that their app is pushing tracking details correctly.
This should help get the tracking number included in your customer emails. Let me know if you need any further assistance!
Best regards,
Daisy