Car Rental – Results HELLO
{{ error }}

Change Rental Dates

{{ minimumBookingDaysWarning }}

{{ formatDate(search.pickupDate, search.pickupTime) }} {{ formatDate(search.returnDate, search.returnTime) }} ({{ rentalDays }} {{ rentalDays === 1 ? ‘day’ : ‘days’ }})

Available Vehicles

{{ filteredCars.length }} model{{ filteredCars.length !== 1 ? ‘s’ : ” }} available

No vehicles found

Try adjusting your filters or changing your dates.

{{ car.category?.name }}

{{ car.name }}

{{ car.year }} Series

{{ formatCurrency(car.daily_rate) }}
/day
{{ car.transmission }}
{{ car.seats }} Seats
Requires minimum {{ car.category.minimum_booking_days }} {{ car.category.minimum_booking_days === 1 ? ‘day’ : ‘days’ }}
Total ({{ rentalDays }} days) {{ formatCurrency(car.daily_rate * rentalDays) }}
Reservation expires in:
{{ countdown }}

Options

Protection
{{ option.name }}
{{ option.description }}
{{ option.price === 0 ? ‘Free’ : ‘+’ + formatCurrency(option.price) }}

Assets & Extras

No extras available for the selected dates

{{ extra.name }}
{{ extra.description }}
{{ extra.available_quantity }} available
{{ extra.price === 0 ? ‘Free’ : formatCurrency(extra.price) }}
{{ extra.unit === ‘per_day’ ? ‘/day’ : ‘/rental’ }}
{{ selectedExtras.find(e => e.id === extra.id).quantity }}

Your Details

Please fill in your information to complete the reservation.

Booking Summary
Base Rate{{ formatCurrency(priceBreakdown.subtotal) }}
Tax ({{ settings.tax_config?.type === ‘percentage’ ? settings.tax_config.rate + ‘%’ : ‘fixed’ }}) {{ formatCurrency(priceBreakdown.taxAmount) }}
Total{{ formatCurrency(priceBreakdown.totalAmount) }}

Personal Information

Address of Stay

Travel Documents

By proceeding, you also acknowledge our Privacy Policy Privacy Policy.

Payment

Pay on Arrival
Pay when you pick up the vehicle
Full Payment by Card / PayPal
Secure online payment — full amount charged now
{{ partialPaymentLabel }} by Card / PayPal
Downpayment now — remainder due at pick-up

Selected Vehicles

{{ car.name }}
{{ car.category?.name }}
{{ car.license_plate }}
{{ formatCurrency(car.daily_rate * rentalDays) }}
Pick-up
{{ formatDate(search.pickupDate, search.pickupTime) }}
{{ locations.find(l => l.id === search.pickupLocationId)?.name }}
Return
{{ formatDate(search.returnDate, search.returnTime) }}
{{ search.sameLocation ? locations.find(l => l.id === search.pickupLocationId)?.name : locations.find(l => l.id === search.dropoffLocationId)?.name }}
{{ car.name }} ({{ rentalDays }} days) {{ formatCurrency(car.daily_rate * rentalDays) }}
{{ extra.name }} (x{{ extra.quantity }}) {{ formatCurrency(extra.price * extra.quantity * (extra.unit === ‘per_day’ ? rentalDays : 1)) }}
Tax ({{ settings.tax_config?.type === ‘percentage’ ? settings.tax_config.rate + ‘%’ : ‘fixed’ }}) {{ formatCurrency(estimatedTax) }}
Total Est. {{ formatCurrency(estimatedTotal) }}

Booking Confirmed!

Your reservation is confirmed.

Reference: {{ bookingReference }}

A confirmation email has been sent to {{ customer.email }}

Book Another Vehicle →

Terms & Conditions

{{ termsText }}

Please review the full terms and conditions:

Open Terms & Conditions
No terms and conditions text available.
× How can I help you?