Email template
Remix this template Shipping update
A shipment notice with the carrier, tracking, delivery estimate, the packed items, and the shipping address, ready to edit with its stylesheet and images.
Rendered preview
See the email before you edit.
Subject
Order FH-104213 is on the way
Preheader
Northstar Express has it and it should arrive Friday, July 17.
Make it fit the send.
- Pass the packed items as a list; each row renders its thumbnail, name, variant, and quantity. The shipping address is a list of lines, so an address of any length renders from the same source.
- Items still to come are optional — omit them, as the default example does, and the second-box section disappears. Format the ship date and the delivery estimate in your application; the template never reads the clock.
- Replace the Fernhollow wordmark and product images with your own assets and keep the tracking link pointing at the customer's signed-in order page.
Data this template expects.
- {{carrier}}
- Value for carrier.
- {{customerName}}
- Value for customer name.
- {{estimatedDelivery}}
- Value for estimated delivery.
- {{items}}
- Value for items.
- {{orderNumber}}
- Value for order number.
- {{pendingItems}}
- Value for pending items.
- {{shippedDate}}
- Date for shipped.
- {{shippingAddress}}
- Value for shipping address.
- {{supportEmail}}
- Email address for support.
- {{trackingNumber}}
- Value for tracking number.
- {{trackingUrl}}
- Link for tracking.