Jump to content

More than "ONE" Tracking number in user order


Recommended Posts

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

  • 4 weeks later...
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

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

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.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...