Hi, I wish to add a link into the processed order notification email using the tracking # field. This is because I need to send each customer a different link for them to pay in another site. Every order has a different link.
Can somebody guide me how to achieve it?
I tried editing the order_invoice.tpl the link appears, but the address says
http://array_tracking. It seems that is not calling the tracking field variable.
This is the code I'm using.
<br /><font size="2">
{assign var="link" value="<a href=\"$http_location/\" target=\"_blank\">`$order.tracking`</a>"}
{$lng.eml_pago_tt|substitute:"pago":$link}
</font><br><br>
I tried replacing the $http_location to $order.tracking but it doesn't work.
Thanks in advance.