gabiatti Posted October 7, 2013 Share Posted October 7, 2013 I need to insert a field in my invoice.tpl that call the tracking number. I don't know how to do that (code). Anybody could help me? Link to comment Share on other sites More sharing options...
entrancey Posted January 20, 2014 Share Posted January 20, 2014 you need to insert below code inside the invoice.tpl <p class="bold">{l s='Tracking No:'} <span class="color-myaccount">{$order->shipping_number}</span></p> full steps can be read at http://www.unblockwww.com/solved/prestashop-1-5-insert-tracking-no-into-invoice/ Link to comment Share on other sites More sharing options...
gabiatti Posted January 21, 2014 Author Share Posted January 21, 2014 Used {l s='Tracking Number:' pdf='true'} {$order->shipping_number} Works perfectly. 1 Link to comment Share on other sites More sharing options...
Alex Fah Posted March 17, 2020 Share Posted March 17, 2020 On 1/21/2014 at 8:18 PM, gabiatti said: Used {l s='Tracking Number:' pdf='true'} {$order->shipping_number} Works perfectly. Where you inserted this code? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now