What Is The File That Controls The Order Tracking?

Hello, just want to make a few adjustments to how the Order Tracker behaves. The one where you input your Order ID, and then it takes you to the orders.details page for that Order ID.

I saw the form and input in the my_account.tpl file, but I'm not sure how it captures the data, and then redirects to the proper orders.details page.

If anyone can explain how the Order Tracker works, or at least which I file I should look to, to see how it handles the Order ID given, that would be of great help, thank you.

app/controllers/frontend/orders.php

check the track_request mode

That's exactly what I was looking for, thanks!

You are welcome! :)