View Single Post
  #9  
Old 03-09-2012, 12:44 PM
 
ml1485 ml1485 is offline
 

Newbie
  
Join Date: Sep 2009
Posts: 2
 

Exclamation Re: Custom Notifications

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.
__________________
ML
Reply With Quote