Switching the order of completion between the service and the provider could be useful.
It could be done with two different ways :
- a
booking parameter in booking settings (switch button) that can be switched by an admin.
- an URL parameter that, (such as
?booking_provider_first=true) that could override the admin parameter to show the wanted field first.
It could be usefull for external links that redirect to a specified provider (with the parameter ?provider=1), in order to be more user-friendly.
I have already implemented this feature in a self-hosted version of EA here https://ea.dev.interhop.org/
Here, the admin parameter is set for provider first, and the URL parameter can override it.
Switching the order of completion between the
serviceand theprovidercould be useful.It could be done with two different ways :
booking parameterinbooking settings(switch button) that can be switched by an admin.?booking_provider_first=true) that could override the admin parameter to show the wanted field first.It could be usefull for external links that redirect to a specified provider (with the parameter
?provider=1), in order to be more user-friendly.I have already implemented this feature in a self-hosted version of EA here https://ea.dev.interhop.org/
Here, the admin parameter is set for provider first, and the URL parameter can override it.