c64girl Posted March 28, 2022 Share Posted March 28, 2022 How to show user history order in front office more than one tracking number? If i generate 2x tracking numbers the visible is the last one generated. Is there a way to show all tracking numbers instead of one in front office in history order details? Link to comment Share on other sites More sharing options...
Ress Posted April 19, 2022 Share Posted April 19, 2022 Is the tracking number generated by a courier module, or do you put it in manually? If they are generated by the courier, are all the tracking numbers of an order saved in the database? Link to comment Share on other sites More sharing options...
c64girl Posted April 20, 2022 Author Share Posted April 20, 2022 20 hours ago, Ress said: Is the tracking number generated by a courier module, or do you put it in manually? If they are generated by the courier, are all the tracking numbers of an order saved in the database? Its generated by module and saved in database Link to comment Share on other sites More sharing options...
Ress Posted April 20, 2022 Share Posted April 20, 2022 You will have to make the changes here. /themes/classic/templates/customer/order-detail.tpl You could use the displayOrderDetail hook, submit your tracking numbers, and display them as you wish, and delete the default display. Or you can make changes directly in the OrderDetail controller, and send what you need directly from there. Link to comment Share on other sites More sharing options...
c64girl Posted April 20, 2022 Author Share Posted April 20, 2022 53 minutes ago, Ress said: You will have to make the changes here. /themes/classic/templates/customer/order-detail.tpl You could use the displayOrderDetail hook, submit your tracking numbers, and display them as you wish, and delete the default display. Or you can make changes directly in the OrderDetail controller, and send what you need directly from there. Thank You i will check it out to hook it in displayOrderDetail. 1 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