A new set of features has been added.
Now passengers waiting for pick up can see (in real time) how far away their taxi is and afterwards keep tracking their journey while inside the car. Archived journey data is also available to driver and admin.
At the moment only customer with account can use this feature. We will be providing another update early January to do the same by Guest customer.
- Added a new setting Show passenger, luggage and hand luggage amount options in the first step of the booking
When this feature is enabled, the first step of the booking will ask the customer about needed vehicle capacity: passengers and luggage. Based on customer choice a vehicle with minimum requirement will be offered.
For example:
– If a customer requires a vehicle for 2 people and 2 luggage, the minimum capacity vehicle probably will be a Saloon (depending on your setting).
– On the other hand, if a customer requires a vehicle for 5 people and 4 luggage, the minimum capacity vehicle probably will be a MPV.
Path: Settings -> Web Booking Widget -> Step 1
- Added a new setting Display “Get current location”
Path: available in Settings -> Web Booking Widget -> Step 1.
- Improved web booking widget iFrame integration for Get current location
- Fixed the issue with Autocomplete – Force selection
- Added a new setting Disable cash payment for airport pickups
Path: Settings -> Web Booking Widget -> Step 3
- Added a new setting Show passenger, luggage and hand luggage amount options in the first step of the booking
Path: Settings -> Web Booking Widget -> Step 1.
- Added a new settings: Enable company registration number, Require company registration number, Enable company VAT number, Require company VAT number
Path: Settings -> Users -> Customer
- Added a new setting: Enable Account payment method for all new Company Account users
Path: Settings -> Web Booking Widget -> Step 3
- Added a new setting: Enable Account payment method
Path: Users -> customer profile -> Company Account.
Server
- Fixed problem with removing bookings on PHP 7.3
- PHPExcel library correction to make it working on PHP 7.3.
- Fixed issue with groupBy in Frontend controller. It was causing error while searching locations on some servers.
- Added Strong Customer Authentication (SCA) support in Square payment method.
- Added ref number to Stripe checkout page. It will now be visible in Stripe dashboard allowing user to find a booking faster.
- Booking Reference Number option now requires at least one auto generated tag to be used in order to avoid reference number duplicates.
- Added a new setting Set default page after login. This setting allows to set a default page which opens after login to the system. Path: Settings -> Users -> Admin.
- Fixed issue with Search field in several tabs. When in use the page number was not resetting and search results could not be displayed.
- When email and sms testing options are enable system will automatically add a warning alert to that message so admin knows that no message has been sent to customer or driver as all of them have been routed to admin inbox.
- Changed in database fixed prices value column to type double(8,2). Previous value caused problems with saving records where the price was longer than 5 digits.
- Changed in database charges value column to type double(8,2). Previous value caused problems with saving records where the price was longer than 5 digits.
- Added journey details in iCal format to booking confirmation email. This will allow customer to save journey details in his calendar.