Hello,
I need to modify my tracking email template that is sent out to customers when they purchase a product of mine. I want it to hyperlink to https://global.cainiao.com/detail.htm?mailNoList= with the tracking number attached at the end of the “=” so that the customer is taken directly to the tracking page, but I have no idea how to code it. Thanks!
Code:
Package Tracking: {{ fulfillment.tracking_number }}
{% elsif fulfillment.tracking_number %}
Package Tracking: {{ fulfillment.tracking_number }}
Current Look: