- Mode
- Location
- Date & Details
- Select Car
- Confirmation
- Checkout
Select Reservation Type
Choose the type of service you need
{{ mode.title }}
{{ mode.description }}
- {{ line }}
Select Your Route
Select Your Pickup Point
Pickup Point
Select one of the allowed Massachusetts airports.
Select a pickup point first to add stops or a destination.
Intermediate Stops (Optional)
Destination
Select one of the allowed Massachusetts airports.
Date, Time & Trip Details
{{ getCurrentMonthYear() }}
Hours (per day)
Number of days
Use half-hour steps for hours between 0 and 24 per day (e.g. 0, 0.5, 1, 1.5, 2).
Set hours per day and/or number of days. At least one must be greater than 0.
{{ rentalMinHoursWarning }}
Select Time
First select a date
{{ dateStepLead24hWarning }}
Passengers
Luggage
Child Seat
No adapted vehicles are in dispatch range for this time and pickup. Adjust time or pickup, or set this number to 0 if you do not need an adapted vehicle.
Maximum: {{ maxWheelchairPassengers }} people (wheelchair positions on the selected vehicle and party size)
Number of people with disabilities
Flight details
{{ airportFlightTimingValidationMessage }}
{{ selectedVehicle.model }}
{{ selectedVehicle.year }}{{ noEligibleVehiclesMessage }}
{{ vehicle.brand }} {{ vehicle.model }}
{{ vehicle.year }} {{ vehicle.color }}
{{ vehicleDiscountLabel(vehicle) }}
Estimated total {{ formatPrice(computeVehicleFare(vehicle)) }}
{{ noEligibleVehiclesMessage }} Preparing vehicle selection…
Reservation Confirmation
Login Required
Reservation Details
Date: {{ selectedDate ? formatDate(selectedDate) : 'N/A' }} at {{ selectedTime || 'N/A' }}
| Item | Details |
|---|---|
| Service | |
| Reservation type | {{ selectedReservationModeTitle }} |
| Vehicle Information | |
| Brand | {{ selectedVehicle?.brand || 'N/A' }} |
| Model | {{ selectedVehicle?.model || 'N/A' }} |
| License plate | {{ selectedVehicle.license_plate }} |
| Year | {{ selectedVehicle?.year ? formatNumber(selectedVehicle.year) : 'N/A' }} |
| Color | {{ selectedVehicle?.color || 'N/A' }} |
| Price per Hour | {{ selectedVehicle ? formatPrice(selectedVehicle.price_per_hour) : 'N/A' }} |
| Duration | |
| Hours (per day) | {{ formatNumber(rentalHours) }} |
| Number of days | {{ rentalDays > 0 ? formatNumber(rentalDays) : 'Not specified (optional)' }} |
| Route Information | |
| Pickup Location | {{ pickupLocationConfirmationDisplay }} |
| Intermediate Stops |
|
| Destination | {{ destinationLocationConfirmationDisplay }} |
| Schedule | |
| Date | {{ selectedDate ? formatDate(selectedDate) : 'Not selected' }} |
| Time | {{ selectedTime || 'Not selected' }} |
| Flight information | |
| Flight number | {{ airportFlightNumber || '—' }} |
| Flight arrival time | {{ airportFlightArrivalTime || '—' }} |
| Additional note | {{ airportFlightNotes }} |
| Passengers & Luggage | |
| Passengers | {{ formatNumber(passengers) }} |
| Suitcases | {{ formatNumber(luggage) }} |
| Child Seats | {{ formatNumber(childSeats) }} |
| People with Disabilities | {{ formatNumber(disabledCount) }} |
| Fare Details | |
| Distance | {{ formatNumber(routeDistance) }} mi |
| Estimated Time | {{ formatNumber(Math.round(routeDuration)) }} minutes |
| Discount | {{ selectedVehicleDiscountLabel }} |
| Total Fare | {{ formatPrice(calculatedFare) }} |
| Estimated total | {{ formatPrice(calculatedFare) }} |