cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking number added on SMS notification

Tracking number added on SMS notification

Hi,

 

I have a extension to send sms notification. To get work i need to insert on the email notification the SMS template.

 

<sms>Hi {{htmlescape var=$order.getCustomerName()}}, thank you for your order #{{var order.increment_id}} in amount of {{var order.getGrandTotal()}}, this was ship with the <<<< tracking number>>>>></sms>

 

So, i do not find any variable to show the tracking number. Any advice?

 

Thank you.