cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice Email Template - How to Include tracking under Shipping Information?

Invoice Email Template - How to Include tracking under Shipping Information?

I'd like to add the tracking information and method to my invoice emails. Sometimes the method changes from when the customer checks out so it is confusing when they receive the invoice email.

Specifically I need to remove:

{{var order.shipping_description}} 

And replace this portion with the shipping confirmation area that has the shipping method and tracking number:

 {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}

But when I do that, it is blank and doesn't appear.

How can I replace the default shipping description with the shipping confirmation email portion that contains the method and tracking number?