app/code/Magento/Sales/view/frontend/email/shipment_new.html
{{template config_path="design/email/header_template"}}
|
{{trans "%name," name=$order_data.customer_name}}
{{trans "Thank you for your order from %store_name." store_name=$store.frontend_name}} {{trans 'You can check the status of your order by logging into your account.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}} {{trans 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at %store_phone' store_phone=$store_phone |raw}}{{/depend}}. {{depend store_hours}} {{trans 'Our hours are %store_hours.' store_hours=$store_hours |raw}} {{/depend}}
| |
{{trans "Your shipping confirmation is below. Thank you again for your business."}}
| | {{depend comment}}
| {{var comment|escape|nl2br}} |
{{/depend}} {{layout handle="sales_email_order_shipment_track" shipment_id=$shipment_id order_id=$order_id}}
|
{{var formattedBillingAddress|raw}}
| {{depend order_data.is_not_virtual}}
{{var formattedShippingAddress|raw}}
| {{/depend}} |
{{var payment_html|raw}} | {{depend order_data.is_not_virtual}}
{{var order.shipping_description}}
| {{/depend}}
{{layout handle="sales_email_order_shipment_items" shipment_id=$shipment_id order_id=$order_id}} |
{{template config_path="design/email/footer_template"}}