preska Posted November 26, 2015 Share Posted November 26, 2015 Hi, I would like to display order id on my invoice. I tried to modify my invoice.summary-tab adding this code : <td class="center small white">{$id_order->id_order}</td> but unfortunately it doesnt't work. I know that id_order is public function and return order_id but I dont know how to get this number to display on pdf invoice ? Thanks/ Link to comment Share on other sites More sharing options...
tuk66 Posted November 26, 2015 Share Posted November 26, 2015 Try <td class="center small white">{$order->id}</td> Link to comment Share on other sites More sharing options...
preska Posted November 26, 2015 Author Share Posted November 26, 2015 Thanks tuk66, I can't believe it was so simple 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