Track Your Shipment

Enter your tracking number to get real-time updates on your shipment

Example tracking numbers: TL12345678, TL87654321, TL55667788

Shipment Details

Tracking Number

TL12345678

Status

In_transit

Shipment Name

Shipment to London, UK

Origin

New York, USA

Destination

London, UK

Customer

John Smith

Estimated Delivery

December 15, 2023

Shipment Description

This is a sample shipment from New York, USA to London, UK for John Smith

Shipment Location

Current Status

In transit

Current Location

London Heathrow Cargo Terminal

Last Updated

April 28, 2025, 7:58 pm

Estimated Delivery

December 15, 2023

Shipment Progress

Origin 0% Destination

Package Information

Default Package
Package Name
Fragile Package
Description
Contains gift items, handle with care
Weight
4.77 kg
Dimensions
35x30x35 cm cm
Service
Standard Shipping

Sender Information

Name
Shopper for John Smith
Address
495 Main St, New York, USA
Contact
john.smith@example.com
+11792892429

Receiver Information

Name
John Smith
Address
675 Delivery Ave, London, UK
Contact
john.smith@receiver.com
+11748733457

Tracking Updates

Arrived at facility

London Heathrow Cargo Terminal

April 28, 2025, 7:58 pm

Package arrived at destination facility

In transit

English Channel

April 26, 2025, 7:58 pm

Approaching destination port

In transit

Atlantic Ocean

April 22, 2025, 7:58 pm

Vessel in transit

Shipment received

New York Shipping Port

April 19, 2025, 7:58 pm

Package received at origin port

// Add event listener to login form if it exists document.addEventListener('DOMContentLoaded', function() { // Check if login form exists const loginForm = document.getElementById('login-form'); if (loginForm) { console.log('Login form found on tracking page'); // Add submit event listener for debugging loginForm.addEventListener('submit', function(e) { console.log('Login form submitted on tracking page'); // Don't prevent default here, let the main handler in footer.php handle it }); } else { console.log('Login form not found on tracking page'); } });