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.

🌎 Lugar de residencia / Place of residence
Indícanos tu lugar de residencia. Esta información nos permite ofrecerte las opciones de pago más adecuadas para tu reserva.
Please indicate your place of residence. This information helps us offer the most appropriate payment options for your reservation.
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(); } }); }); });