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

TL6698227

Status

Pending

Shipment Name

Rebecca Lynn Carter

Origin

manchester, GA

Destination

6015 Miller Landing Cove Tallahasse, FL 32312

Customer

Bonnie Bailey

Estimated Delivery

May 13, 2025

Shipment Description

FEMALE PUPPY

Shipment Location

Current Status

Pending

Current Location

manchester, GA

Last Updated

May 13, 2025, 1:40 pm

Estimated Delivery

May 13, 2025

Shipment Progress

Origin 0% Destination

Package Information

Package Picture
Package Name
Female Border Collie Puppy
Description
FEMALE
Weight
10.00 kg
Dimensions
30 cm
Service
Standard Shipping

Sender Information

Address
manchester, GA
Contact
12053900878

Receiver Information

Name
Bonnie Bailey
Address
6015 Miller Landing Cove Tallahasse, FL 32312
Contact
baileleydogs@gmail.com
8505566110

Tracking Updates

Shipment picked up

manchester, GA

May 13, 2025, 1:40 pm

Shipment has been picked up from origin

In transit

6015 Miller Landing Cove Tallahasse, FL 32312

May 13, 2025, 1:40 pm

Shipment is en route to destination

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