crono_bandera_chile
$ Dólar = Cargando...
Euro = Cargando...
Fuente: mindicador.cl (Banco Central de Chile)
Day based pricing : Citroen C5 Aircross o similar $ 89.900 / POR DÍA
1 - 30 days : $ 89.900 / Day
31 - 120 days : $ 84.900 / Day
121 - 365 days : $ 74.900 / Day
Hourly based pricing

$ 5.000 / per hour

Delivery date and time
Return date and time
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(); } }); }); });