{% extends 'email/base.html.twig' %} {% block title %}Your Order Has Shipped - #{{ invoice.displayInvoiceNumber }}{% endblock %} {% block content %}
Great news, {{ customer.name }}! Your order has been shipped and is on its way to you.
Your order #{{ invoice.displayInvoiceNumber }} has been dispatched and is en route to its destination.
Tracking Number
{{ trackingNumber }}
{% if trackingUrl is defined and trackingUrl %} {% endif %}| Order Number | #{{ invoice.displayInvoiceNumber }} |
| Ship Date | {{ shipDate|default('now')|date('F d, Y') }} |
| Carrier | {{ carrier }} |
| Estimated Delivery | {{ estimatedDelivery|date('F d, Y') }} |
{{ customer.name }}
{% if customer.address %}{{ customer.address }}
{% endif %}
{% if customer.poBox %}{{ customer.poBox }}
{% endif %}
{% if customer.city %}{{ customer.city }}{% if customer.country %}, {{ customer.country }}{% endif %}{% endif %}
| Item | Qty |
|---|---|
| {{ item.description }} | {{ item.quantity }} |