Need Tracking # on Complete Invoice E-mail or

As Title



I Need Tracking # on Complete Invoice E-mail



or



Somehow buyer get tracking info for order



I get only





Order #68

STATUS: Complete

DATE: 01/20/2012, 23:50

PAYMENT METHOD: Credit card

SHIPPING METHOD: FedEx





I read others topics but couldn't figure out







Using [color=#000000][font=Tahoma, Arial, Verdana,]Version: [/font][/color][color=#000000][font=Tahoma, Arial, Verdana,]2.2.4[/font][/color]

In the /skins/[your_skin]/mail/orders/invoice.tpl file,



{foreach from=$order_info.shipping item=“shipping” name=“f_shipp”}

{$shipping.tracking_number}

{if !$smarty.foreach.f_shipp.last},{/if}

{/foreach}

I did this years ago, and cant remember if any other files were also mod'.

will extract all the tracking number for the order, I cant remember why its in a FOREACH loop.

EDIT: see below

The Foreach loop is probably in there because you can have multiple shipments in one order… So it looks like it just adds a comma after each one as it goes throught the list

Yep, I just realized this as Im making some other mods to the Orders manage page. An order will have multiple tracking numbers.

removed…

removed by me

How to make a clickable tracking number, you can find here: http://forum.cs-cart…ed-with-emails/



I also managed to make the tracking number on the My account page clickable.



For admin side, I haven't tried as I don't really see the need (I just use the one on the invoice that's in our mail)

Thanks for the link Flow,

I have posted a new thread and removed my prev' posts for my problem. As even thou it is related, its not exactly on topic.