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

TL55667788

Status

Delayed

Shipment Name

Shipment to Paris, France

Origin

Berlin, Germany

Destination

Paris, France

Customer

Maria Garcia

Estimated Delivery

December 18, 2023

Shipment Description

This is a sample shipment from Berlin, Germany to Paris, France for Maria Garcia

Shipment Location

Current Status

Delayed

Current Location

Strasbourg, France

Last Updated

April 27, 2025, 7:58 pm

Estimated Delivery

December 18, 2023

Shipment Progress

Origin 0% Destination

Package Information

Default Package
Package Name
Gift Package
Description
Fragile items inside, handle with extreme care
Weight
14.22 kg
Dimensions
25x27x20 cm cm
Service
Priority Shipping

Sender Information

Name
Shopper for Maria Garcia
Address
370 Main St, Berlin, Germany
Contact
maria.garcia@example.com
+11433078599

Receiver Information

Name
Maria Garcia
Address
909 Delivery Ave, Paris, France
Contact
maria.garcia@receiver.com
+11362929485

Tracking Updates

Delayed

Strasbourg, France

April 27, 2025, 7:58 pm

Package delayed due to customs inspection

In transit

Frankfurt, Germany

April 24, 2025, 7:58 pm

Package in transit

Shipment received

Berlin Central Station

April 22, 2025, 7:58 pm

Package received for shipping

// 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'); } });