Reservation Request TP Rent a Car

Complete the rental details. You can generate an online quote or send a reservation request.

1. Vehicle

2. Requirements

Pickup details
Return details

3. Services and result

Available optional services

Select a vehicle to see available services.

Quote result

Select vehicle, dates, times and locations to see the estimated total.

4. Customer details

Enter your details only after reviewing the estimated total.

🌎 Do you live outside Chile?
This helps us prepare international payment options if your reservation request moves forward to confirmation.
Choose an option according to your intention:
The online quote is not a reservation, does not block a vehicle and does not guarantee availability.
en_US
`;const w = window.open('', '_blank'); w.document.open(); w.document.write(html); w.document.close();// Esperar a que cargue TODO (incluyendo el logo) antes de imprimir const whenReadyToPrint = () => { // Pequeño delay para layout final setTimeout(() => { w.focus(); w.print(); w.onafterprint = () => { w.close(); window.location.href = 'https://tprentacar.com/'; }; }, 150); };// Si el logo carga ok, imprimimos; si falla, igual imprimimos sin bloquear const logoImg = w.document.getElementById('tp-print-logo'); if (logoImg && !logoImg.complete) { logoImg.addEventListener('load', whenReadyToPrint, { once: true }); logoImg.addEventListener('error', whenReadyToPrint, { once: true }); } else { whenReadyToPrint(); } }); }); });